Price Tracker

Price Tracker

A simple and effective universal Price Tracker with no trackers or loads of background or scripts. Just Click and Track. Get alert with direct product link of price drop.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Price Tracker",
  "description": "A simple and effective universal Pricer Tracker",
  "version": "1.0",
  "author": "Evagoon Inc.",
  "background": {
    "scripts": [
      "popup.js"
    ]
  },
  "permissions": [
    "tabs",
    "http://*/",
    "https://*/",
    "activeTab"
  ],
  "browser_action": {
    "default_icon": "logo.png",
    "default_popup": "popup.html"
  }
}