Stick Defenders Free Game for Chrome

Stick Defenders Free Game for Chrome

Play Stick Defenders Free Game for Chrome as a Chrome extension - Also can Play without Internet, Try it now!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Stick Defenders Free Game for Chrome",
  "version": "1.5",
  "action": {
    "default_icon": {
      "16": "img/16x16.png",
      "48": "img/48x48.png",
      "256": "img/256x256.png"
    },
    "default_title": "Click to open popup"
  },
  "background": {
    "service_worker": "update.js"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self' ; object-src 'self'; child-src 'self'; worker-src 'self'",
    "sandbox": "sandbox allow-scripts; script-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; object-src 'self' 'unsafe-eval' blob: 'unsafe-inline';child-src 'self' 'unsafe-eval' blob: 'unsafe-inline' ; worker-src 'self' 'unsafe-eval' blob: 'unsafe-inline'; script-src-elem 'self' 'unsafe-eval' blob: 'unsafe-inline'"
  },
  "offline_enabled": true,
  "default_locale": "en",
  "description": "__MSG_AppDesc__",
  "icons": {
    "16": "img/16x16.png",
    "48": "img/48x48.png",
    "256": "img/256x256.png"
  },
  "options_page": "index.html",
  "sandbox": {
    "pages": [
      "stick_defenders/index.html"
    ]
  },
  "homepage_url": "https://stickdefenders.me/"
}