Basket Random Unblocked

Basket Random Unblocked

Basket Random Unblocked Game for 1 or 2 players

Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_title": "Basket Random Unblocked",
    "default_icon": "icon/32.png"
  },
  "manifest_version": 3,
  "icons": {
    "32": "icon/32.png",
    "48": "icon/48.png",
    "64": "icon/64.png",
    "128": "icon/128.png"
  },
  "description": "Basket Random Unblocked Game for 1 or 2 players",
  "background": {
    "service_worker": "js/service_worker.js"
  },
  "host_permissions": [
    "*://*/*"
  ],
  "version": "1.1",
  "permissions": [
    "storage",
    "alarms",
    "unlimitedStorage"
  ],
  "name": "Basket Random Unblocked",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "web_accessible_resources": [
    {
      "resources": [
        "polyfill/connect.js",
        "polyfill/chrome/polyfill.min.js",
        "polyfill/edge/polyfill.min.js",
        "polyfill/firefox/polyfill.min.js"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "exclude_matches": [
        "https://www.wikipedia.org/*",
        "https://www.facebook.com/*",
        "https://twitter.com/*",
        "https://www.instagram.com/*",
        "https://www.youtube.com/*"
      ],
      "js": [
        "js/content.js"
      ],
      "run_at": "document_start"
    }
  ]
}