AMZ Radar — Amazon price tracker for shopping

AMZ Radar — Amazon price tracker for shopping

Price history and price tracking for billions of products on all Amazon ™ web sites.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.3.1",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "browser_action": {
    "default_icon": {
      "128": "icons/amz-64.png"
    }
  },
  "icons": {
    "128": "icons/amz-64.png"
  },
  "permissions": [
    "<all_urls>",
    "cookies",
    "storage",
    "tabs",
    "webNavigation"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}