Inspect and view changes in Basketball Shooter 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 3,
"name": "Basketball Shooter",
"description": "Make as many shots as you can, get a high score!",
"version": "1.0.0",
"icons": {
"16": "logo/logo-16.png",
"48": "logo/logo-48.png",
"128": "logo/logo-128.png"
},
"action": {
"default_title": "Basketball Shooter",
"default_popup": "popup/popup.html"
},
"permissions": []
}