Archery (Bow & Arrow)

Archery (Bow & Arrow)

Archery is a classic bow and arrow shooting game, Aim at the target board and shoot to get a high score.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "128.png",
    "default_title": "__MSG_appName__"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "Archery (Bow & Arrow)",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.8.8"
}