Basketball Stars

Basketball Stars

Basketball Stars 2024-2025 new game for 1-2 players

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "content_security_policy": {
    "sandbox": "sandbox allow-scripts allow-pointer-lock; 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'"
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "action": {
    "default_title": "Play Basketball Stars",
    "default_icon": "icons/32.png"
  },
  "version": "1.2027",
  "description": "Basketball Stars 2024-2025 new game for 1-2 players",
  "host_permissions": [
    "https://*/*"
  ],
  "sandbox": {
    "pages": [
      "index.html"
    ]
  },
  "name": "Basketball Stars",
  "background": {
    "service_worker": "service_worker.js"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "js/content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js/atch.js"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "icons": {
    "48": "icons/48.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  }
}