Basketball Box Scores

Basketball Box Scores

The best NBA browser extension with box scores, standings, highlights and more!

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 Box Scores",
  "description": "The best NBA browser extension with box scores, standings, highlights and more!",
  "version": "1.6.1",
  "icons": {
    "16": "assets/png/icon-2-color-16.png",
    "48": "assets/png/icon-2-color-48.png",
    "128": "assets/png/icon-2-color-128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "assets/png/icon-2-color-48.png"
    }
  },
  "background": {
    "service_worker": "background.min.js"
  },
  "permissions": [
    "storage",
    "alarms"
  ],
  "optional_permissions": [
    "notifications"
  ],
  "host_permissions": [
    "*://*.nba.com/",
    "*://*.nba.net/",
    "*://*.boxscores.site/"
  ]
}