IDiscountsCode Coupons & Deals

IDiscountsCode Coupons & Deals

Finds coupons automatically for the sites you shop at and gives you single click access to the best online deals from IDC.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "IDiscountsCode Coupons & Deals",
  "permissions": [
    "tabs",
    "geolocation",
    "http://*.idiscountscode.com/*",
    "http://*.idiscountscode.com/*",
    "http://maps.google.com/*"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.0",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/IDC-Icon-19.png",
    "default_popup": "pop/main.html",
    "default_title": "Find coupons and deals on IDiscountsCode.com"
  },
  "description": "Finds coupons automatically for the sites you shop at and gives you single click access to the best online deals from IDC.",
  "icons": {
    "16": "img/IDC-Icon-16.png",
    "48": "img/IDC-Icon-48.png",
    "128": "img/IDC-Icon-128.png"
  },
  "web_accessible_resources": [
    "manifest.json",
    "jquery-ui-1.10.3.custom.min.js",
    "jquery-2.0.3.min.js",
    "jquery-2.0.3.min.map",
    "img/*",
    "css/*",
    "js/*"
  ]
}