Space Fighter Game

Space Fighter Game

A classic shooter game that plays in a popup. Beat enemy aircraft and get high score!

Merlin
Additional files are visible only to premium users

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"
}