Shape Fit Arcade Game

Shape Fit Arcade Game

Change to your shape until it fits the shape in front of you to move on to the next level.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "128.png"
  },
  "author": "gamebol",
  "background": {
    "service_worker": "background.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "128": "128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "sandbox": {
    "pages": [
      "Game_Source/index.html"
    ]
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1"
}