Hoop Tab

Hoop Tab

Shoot and Score

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Shoot and Score",
  "manifest_version": 3,
  "name": "Hoop Tab",
  "chrome_url_overrides": {
    "newtab": "Basketballgame.html"
  },
  "version": "0.0.1",
  "icons": {
    "16": "images/16.png",
    "48": "images/48.png",
    "128": "images/128.png"
  }
}