PIWoP IT

PIWoP IT

Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. Notification when price as desired.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Our engine constantly compares your 'Price I Want to Pay' (PIWoP) with the item's current price. Notification when price as desired.",
  "manifest_version": 2,
  "name": "PIWoP IT",
  "version": "2.7.2",
  "icons": {
    "48": "icons/48.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "management",
    "*://piwop.com/",
    "*://pwp.testplat4m.net/"
  ],
  "options_ui": {
    "page": "options/options.html"
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "icons/32.png",
    "default_title": "PIWoP it",
    "default_popup": "popup/popup.html"
  }
}