Inspect and view changes in Space Fighter Game 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
{
"name": "Space Fighter Game",
"short_name": "spacefighter",
"version": "0.1.1",
"description": "A classic shooter game that plays in a popup. Beat enemy aircraft and get high score!",
"icons": {
"16": "image/logo.png",
"48": "image/logo.png",
"128": "image/logo.png"
},
"action": {
"default_icon": "image/logo.png",
"default_popup": "index.html"
},
"permissions": [
"storage"
],
"offline_enabled": true,
"manifest_version": 3,
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}