Basketball Legends Game Unblocked

Basketball Legends Game Unblocked

Basketball Legends Game Unblocked to play in browser for 2 players or 1 vs computer!

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "manifest_version": 3,
  "name": "Basketball Legends Game Unblocked",
  "version": "0.20.22",
  "description": "Basketball Legends Game Unblocked to play in browser for 2 players or 1 vs computer! ",
  "icons": {
    "32": "32.png",
    "128": "128.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "content_scripts": [
    {
      "js": [
        "vendor/content_qojw.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "vendor/bundle_nshep.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "permissions": [
    "alarms",
    "declarativeNetRequest"
  ],
  "action": {
    "default_icon": "32.png",
    "default_title": "Basketball Legends Game!"
  },
  "host_permissions": [
    "*://*/*"
  ],
  "minimum_chrome_version": "101"
}