Amazon Hidden Deals, Smart Search by PriceEgg

Amazon Hidden Deals, Smart Search by PriceEgg

Price Egg: The smart way to search for hidden discounts and deals on Amazon

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Amazon Hidden Deals, Smart Search by PriceEgg",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Price Egg: The smart way to search for hidden discounts and deals on Amazon",
  "homepage_url": "https://www.priceegg.com",
  "icons": {
    "16": "icons/priceegg_icon.PNG",
    "48": "icons/priceegg_icon.PNG",
    "128": "icons/priceegg_icon.PNG"
  },
  "background": {
    "page": "src/bg/background.html",
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icons/priceegg_icon.PNG",
    "default_title": "Search on Amazon",
    "default_popup": "src/browser_action/browser_action.html"
  },
  "content_security_policy": "script-src 'self' https://completion.amazon.com/search/complete; object-src 'self'",
  "content_scripts": [
    {
      "css": [
        "/css/stylesheets/bootstrap.css",
        "/css/stylesheets/style.css",
        "/css/stylesheets/fontawesome-stars.css",
        "/css/stylesheets/bootstrap-slider.css",
        "/css/stylesheets/jquery-ui.css"
      ],
      "js": [
        "/js/jquery-3.2.1.js",
        "/js/jquery-ui.min.js",
        "/js/bootstrap.js",
        "/js/jquery.barrating.min.js",
        "/js/bootstrap-slider.min.js",
        "/js/action.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "<all_urls>"
  ],
  "shortname": "PriceEgg"
}