Smart Price Monitor

Smart Price Monitor

Amazon, Ebay, Booking.com etc... Monitors the prices of your favorite products or services for any change and notifies you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "version": "1.0.51",
  "manifest_version": 2,
  "description": "__MSG_description__",
  "default_locale": "en",
  "icons": {
    "16": "img/browser_icon.png",
    "32": "img/extension_icon.png",
    "48": "img/extension_icon.png",
    "128": "img/extension_icon.png"
  },
  "background": {
    "persistent": true,
    "page": "background.htm"
  },
  "options_page": "options.htm",
  "browser_action": {
    "default_icon": "img/browser_icon.png",
    "default_title": "__MSG_name__",
    "default_popup": "popup.htm"
  },
  "permissions": [
    "tabs",
    "*://*/",
    "chrome://favicon/",
    "unlimitedStorage",
    "notifications"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'  https://ssl.google-analytics.com; object-src 'self'"
}