Amazon Smart Shopper - eBay Price Comparator

Amazon Smart Shopper - eBay Price Comparator

Amazon Smart Shopper checks for better prices on eBay while you are shopping on Amazon

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "__MSG_shortName__",
  "description": "__MSG_appDesc__",
  "version": "1.0.8",
  "default_locale": "en",
  "icons": {
    "16": "img/48.png",
    "48": "img/96.png",
    "128": "img/128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkPS7+S0XjxTLoZLCcJlW1h7QNd8B5EwyTGrJwo6r2Z70iqBf3/VAtszzHDeO6Sq2c9plBTtKUFlwBBatEhvX1fGMeVlzPxGEiOhiA8n9yAq8VlmnOH5w+kNu4bYB/NLaul8tjPmBhYOvrvTIfyBGE04pKQ1TN36ZIIRS3a2215d106pR+UKfbxm0dBpRwVqWMb75TyoxROM9Ksd4lHGsH66B4/9xA0kAF/N2oJrxEP/ej7Hgu4sLV+6ne0KxPhX6S8IgfBUmkUXVXxDjRm5zxvo0pwa/4KUVS8jMXh6QJ2yvyR+52GF/B1KSVEcsd1WBQlPV0djOjiGWbJriN/7NcwIDAQAB",
  "page_action": {
    "default_icon": "img/96.png",
    "default_title": "__MSG_shortName__"
  },
  "author": "https://amzscout.net",
  "homepage_url": "https://amzscout.net",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "activeTab",
    "declarativeContent",
    "<all_urls>",
    "tabs",
    "gcm",
    "identity",
    "*://*/",
    "webRequest",
    "webRequestBlocking"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "web_accessible_resources": [
    "*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://www.amazon.cn/*",
        "*://www.amazon.nl/*",
        "*://www.amazon.ca/*",
        "*://www.amazon.co.uk/*",
        "*://www.amazon.com/*",
        "*://www.amazon.com.mx/*",
        "*://www.amazon.de/*",
        "*://www.amazon.it/*",
        "*://www.amazon.es/*",
        "*://www.amazon.fr/*",
        "*://www.amazon.in/*",
        "*://www.amazon.com.au/*"
      ],
      "js": [
        "bundle.js"
      ],
      "css": [
        "bundle.css"
      ],
      "run_at": "document_start"
    }
  ]
}