Color Snake

Color Snake

DESCRIPTION

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": "game/icons/icon-128.png",
    "default_popup": "/game/popup.html"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "description": "DESCRIPTION",
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "https://*.playtcubed.com/*",
      "http://*.playtcubed.com/*",
      "https://*.tcubedstudios.com/*",
      "http://*.tcubedstudios.com/*"
    ]
  },
  "icons": {
    "128": "game/icons/icon-128.png"
  },
  "manifest_version": 3,
  "name": "Color Snake",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.2.0",
  "web_accessible_resources": [
    {
      "resources": [
        "game/js/*",
        "game/libs/*"
      ],
      "matches": [
        "https://playtcubed.com/*"
      ]
    }
  ]
}