Zoom Player Deals

Zoom Player Deals

Automatic Price-Comparison for Online-Shopping - Find the best price available with Zoom Player Deals.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "short_name": "__MSG_shortName__",
  "version": "7.0.27",
  "manifest_version": 2,
  "icons": {
    "48": "img/active48.png",
    "128": "img/active128.png"
  },
  "permissions": [
    "http://*/",
    "https://*/",
    "storage",
    "tabs",
    "webRequest",
    "webRequestBlocking"
  ],
  "background": {
    "scripts": [
      "background_script.js",
      "browser_action.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "img/inactive19.png",
      "38": "img/inactive38.png"
    },
    "default_title": "__MSG_extName__"
  },
  "content_scripts": [],
  "default_locale": "en"
}