Duck Hunter

Duck Hunter

Click on the extension icon to play Game on Google Chrome Click on the extension icon to play Game on Google Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Duck Hunter",
  "description": "",
  "version": "1.0.0",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "128": "icon-128.png"
  },
  "browser_action": {
    "default_icon": "icon-16.png",
    "default_popup": "index.html"
  },
  "permissions": [
    "tabs",
    "bookmarks",
    "http://*.google.com/",
    "unlimitedStorage"
  ]
}