Fullscreen basketball

Fullscreen basketball

Marchmadness fullscreen

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Fullscreen basketball",
  "version": "1.1",
  "manifest_version": 3,
  "description": "Marchmadness fullscreen",
  "permissions": [
    "scripting"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "host_permissions": [
    "https://www.ncaa.com/march-madness-live/multigame/*",
    "http://www.ncaa.com/march-madness-live/multigame/*"
  ]
}