Amazon Price Tracker Assistant - amzdealz.net

Amazon Price Tracker Assistant - amzdealz.net

Track any amazon product with history of price changes.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Amazon Price Tracker Assistant - amzdealz.net",
  "version": "1.1.0",
  "description": "Track any amazon product with history of price changes.",
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "img/icon.png",
      "32": "img/icon.png",
      "48": "img/icon.png",
      "128": "img/icon.png"
    }
  },
  "icons": {
    "16": "img/icon.png",
    "32": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "activeTab",
    "https://*.amzdealz.net/*",
    "https://*.amazon.com/*",
    "https://*.amazon.com.br/*",
    "https://*.amazon.de/*",
    "https://*.amazon.com.au/*"
  ],
  "homepage_url": "https://amzdealz.net/"
}