Inspect and view changes in Basketball Box Scores source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 3,
"name": "Basketball Box Scores",
"description": "The best NBA browser extension with box scores, standings, highlights and more!",
"version": "1.6.4",
"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/"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}