Basketball Apps Srch Tab

Basketball Apps Srch Tab

Dive into the world of basketball Tab! Find basketball games info from your browser. A slam dunk for fans!

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 Apps Srch Tab",
  "version": "1.0.2",
  "description": "Dive into the world of basketball Tab! Find basketball games info from your browser. A slam dunk for fans!",
  "chrome_url_overrides": {
    "newtab": "app.html"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "action": {
    "default_icon": {
      "16": "images/icons/icon16.png",
      "32": "images/icons/icon32.png",
      "48": "images/icons/icon32.png",
      "128": "images/icons/icon128.png"
    }
  }
}