PriceDrops - Universal Price Tracker

PriceDrops - Universal Price Tracker

Track price history of Amazon, Walmart, Costco, Target, Best Buy, Macy's, Home Depot and Wayfair. Get alerts when price drops.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "PriceDrops - Universal Price Tracker",
  "version": "1.0",
  "description": "Track price history of Amazon, Walmart, Costco, Target, Best Buy, Macy's, Home Depot and Wayfair. Get alerts when price drops.",
  "permissions": [
    "declarativeContent",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "service-worker.js"
    ],
    "persistent": false
  },
  "page_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "72": "images/icon72.png",
      "128": "images/icon128.png"
    }
  },
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "72": "images/icon72.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2
}