Basketball Stars Unblocked

Basketball Stars Unblocked

Basketball Stars is the ultimate basketball game where you can play as Lebron James, Stephen Curry, Derrick Williams.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Basketball Stars Unblocked",
  "version": "12.7.1",
  "description": "Basketball Stars is the ultimate basketball game where you can play as Lebron James, Stephen Curry, Derrick Williams.",
  "action": {
    "default_icon": "icons/128.png"
  },
  "default_locale": "en",
  "background": {
    "service_worker": "service-worker.js"
  },
  "icons": {
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "offline_enabled": false,
  "permissions": [
    "storage",
    "notifications",
    "alarms"
  ]
}