Space Madness

Space Madness

Explore the huge mining station on a remote planet. Control using arrow keys, spacebar to shoot.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Space Madness",
  "description": "Explore the huge mining station on a remote planet. Control using arrow keys, spacebar to shoot.",
  "version": "1.13",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://creativesparkstudios.com/spacemadness/app.html"
    ],
    "launch": {
      "web_url": "http://creativesparkstudios.com/spacemadness/app.html"
    }
  },
  "icons": {
    "16": "16.png",
    "128": "128.png"
  },
  "permissions": [
    "unlimitedStorage"
  ]
}