Moon City Stunt

Moon City Stunt

Win an exciting race in 3 dimensions! Zero more than 6 exciting phases on the moon.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "default_locale": "en",
  "name": "Moon City Stunt",
  "short_name": "Play Moon City Stunt Free Online Game",
  "description": "Win an exciting race in 3 dimensions! Zero more than 6 exciting phases on the moon. ",
  "version": "1.0",
  "browser_action": {
    "default_title": "Moon City Stunt",
    "default_icon": "128.png"
  },
  "icons": {
    "16": "128.png",
    "48": "128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  }
}