B.C. Bow Contest

B.C. Bow Contest

This game will have you firing arrows in a prehistoric archery game. Compete against rival cavemen (and cavewomen) to beat each cup.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "0.0.0.28",
  "offline_enabled": true,
  "manifest_version": 2,
  "browser_action": {
    "default_title": "__MSG_appName__",
    "default_icon": {
      "19": "icon19.png",
      "38": "icon38.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  }
}