Price Thunder: Track Online Products Prices

Price Thunder: Track Online Products Prices

Free price tracker and deal alert that works with most of online shops.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Price Thunder: Track Online Products Prices",
  "short_name": "Price Thunder",
  "version": "0.1.0",
  "description": "Free price tracker and deal alert that works with most of online shops.",
  "icons": {
    "16": "images/get_started16.png",
    "32": "images/get_started32.png",
    "48": "images/get_started48.png",
    "128": "images/get_started128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/get_started16.png",
      "32": "images/get_started32.png",
      "48": "images/get_started48.png",
      "128": "images/get_started128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab",
    "https://www.pricethunder.com/*"
  ]
}