Rebate Key - Cashback Rebates, Deals, Coupons

Rebate Key - Cashback Rebates, Deals, Coupons

Unlock Cashback Rebates, Coupons, Daily Deals, Discounts and Amazon Promo Codes automatically! Some products are Free after rebate!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Rebate Key - Cashback Rebates, Deals, Coupons",
  "version": "1.7.62",
  "description": "Unlock Cashback Rebates, Coupons, Daily Deals, Discounts and Amazon Promo Codes automatically! Some products are Free after rebate!",
  "homepage_url": "https://rebatekey.com/",
  "manifest_version": 2,
  "permissions": [
    "cookies",
    "storage",
    "alarms",
    "*://*.rebatekey.com/"
  ],
  "options_page": "options/options.html",
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "js/contentBundle.js"
      ],
      "matches": [
        "https://www.amazon.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "img/neutral_32.png",
    "default_popup": "popup/popup.html",
    "default_title": "Rebate Key"
  },
  "icons": {
    "48": "img/neutral_48.png",
    "128": "img/neutral_128.png"
  }
}