Space Shooter

Space Shooter

Find back the excitement of the arcade in Space Shooter

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "version": "1.0",
  "default_locale": "en",
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "urls": [
      "http://games.playtouch.net/chrome/space-shooter/"
    ],
    "launch": {
      "web_url": "http://games.playtouch.net/chrome/space-shooter/"
    }
  }
}