Shuttle Bounce

Shuttle Bounce

A small platform game that requires you to bounce your way up.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Shuttle Bounce",
  "description": "A small platform game that requires you to bounce your way up.",
  "version": "1.0",
  "manifest_version": 2,
  "author": "[email protected]",
  "icons": {
    "128": "icon_128.png"
  },
  "app": {
    "background": {
      "scripts": [
        "gmbackground.js"
      ]
    }
  },
  "permissions": [
    "storage",
    "app.window",
    "webview"
  ]
}