Stickman Jones

Stickman Jones

Help Stickman Jones to go through the levels

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Stickman Jones",
  "description": "Help Stickman Jones to go through the levels",
  "version": "2.0",
  "manifest_version": 2,
  "icons": {
    "16": "16.png",
    "128": "128.png"
  },
  "app": {
    "launch": {
      "local_path": "http://www.fecans.com/arcade-adventure-stickman_jones.html"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}