Galaxy Patrol

Galaxy Patrol

A fun and educational space shooting game! Toggle Between Fun and Math Mode!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Galaxy Patrol",
  "version": "3.0",
  "description": "A fun and educational space shooting game! Toggle Between Fun and Math Mode!",
  "icons": {
    "16": "sp16.png",
    "48": "sp48.png",
    "128": "sp128.png"
  },
  "browser_action": {
    "default_icon": "sp16.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "storage"
  ]
}