Rocket Custa

Rocket Custa

Discover space and time by avoiding the comets and see places mankind has never seen before.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Roelant Cornelissen",
  "short_name": "Rocket Custa",
  "name": "Rocket Custa",
  "description": "Discover space and time by avoiding the comets and see places mankind has never seen before.",
  "version": "0.2.4",
  "manifest_version": 2,
  "icons": {
    "16": "code/resources/icon-16.png",
    "48": "code/resources/icon-48.png",
    "128": "code/resources/icon-128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "code/scripts/init-app.js"
      ]
    }
  },
  "permissions": [
    "webRequest",
    "http://www.roelantcornelissen.nl/rocket/classes/request.php",
    "http://www.roelantcornelissen.nl/*",
    "http://roelantcornelissen.nl/*",
    "http://www.projectwonderful.com/*",
    "http://*/*"
  ],
  "offline_enabled": true
}