Gibbets 4

Gibbets 4

Use your bow and arrow to shoot the ropes and to save the innocent people being hanged. Aim carefully, and be sure not to shoot the…

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_application_title__",
  "description": "__MSG_application_description__",
  "default_locale": "en",
  "version": "1.2",
  "browser_action": {
    "default_icon": {
      "16": "icon_16.png",
      "128": "icon_128.png"
    }
  },
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  }
}