Fast Discount Finder

Fast Discount Finder

Find hidden discounts on Amazon. Fast Discount Finder helps you to find best deals upto 90% discount

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "css": [
        "style/jquery-ui-1.8.10.custom.css",
        "style/dd.css",
        "style/amazonfinder.css"
      ],
      "js": [
        "scripts/jquery.min.js",
        "scripts/jquery-ui.min.js",
        "scripts/jquery.watermark.js",
        "scripts/jquery.numeric.js",
        "scripts/jquery.selectboxes.min.js",
        "scripts/jquery.dd.js",
        "scripts/amazon.js"
      ],
      "matches": [
        "http://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "default_locale": "it",
  "description": "__MSG_extDescription__",
  "homepage_url": "http://fastdiscountfinder.com/",
  "icons": {
    "16": "icon.png",
    "19": "icon.png",
    "32": "icon.png",
    "48": "icon.png",
    "64": "icon.png",
    "128": "icon.png"
  },
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*"
  ],
  "version": "1.1.0"
}