Hostile Shapes Game

Hostile Shapes Game

Classic game suitable for all ages. Play online/offline, addictive challenges in retro scrolling adventure with a modern feelšŸš€

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_cwsName__",
  "description": "__MSG_cwsDescription__",
  "short_name": "__MSG_cwsShortName__",
  "author": "Rob Baker",
  "default_locale": "en",
  "version": "1.0.62",
  "action": {
    "default_title": "__MSG_cwsName__",
    "default_popup": "mini.html",
    "default_icon": {
      "16": "images/icons/icon-16x16.png",
      "32": "images/icons/icon-32x32.png",
      "48": "images/icons/icon-48x48.png",
      "128": "images/icons/icon-128x128.png"
    }
  },
  "icons": {
    "16": "images/icons/icon-16x16.png",
    "32": "images/icons/icon-32x32.png",
    "48": "images/icons/icon-48x48.png",
    "128": "images/icons/icon-128x128.png"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self';"
  },
  "host_permissions": [],
  "manifest_version": 3
}