Price Tracker & Price Drop Alert

Price Tracker & Price Drop Alert

Our free price tracker monitors websites and alerts you when price drops, product is on clearance or is back in stock.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Price Tracker and Price Drop Alerts",
  "version": "0.1.2resigned1",
  "description": "Our free price tracker monitors websites and alerts you when price drops, product is on clearance or is back in stock.",
  "homepage_url": "https://www.pricecase.com",
  "browser_action": {
    "default_title": "Price Tracker and Price Drop Alerts",
    "default_icon": {
      "16": "favicon-16x16.png",
      "24": "favicon-96x96.png",
      "32": "favicon-32x32.png",
      "48": "favicon-96x96.png",
      "64": "favicon-128.png",
      "96": "favicon-96x96.png",
      "128": "favicon-128.png",
      "196": "favicon-196x196.png",
      "256": "favicon-128.png"
    },
    "default_popup": "/index.html"
  },
  "background": {
    "page": "/index.html?page=background"
  },
  "permissions": [
    "activeTab",
    "storage",
    "*://*/*",
    "identity"
  ],
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}