Best of Discount - Cupons & Cashback

Best of Discount - Cupons & Cashback

Find coupons and earn cashback at over 2,000 stores worldwide when you shop at Best of Discount! Save with online rebates, deals, promo codes and discounts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "version": "3.4",
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "pt_BR",
  "icons": {
    "19": "images/gadevo-19.png",
    "38": "images/gadevo-38.png",
    "48": "images/gadevo-48.png",
    "128": "images/gadevo-128.png",
    "196": "images/gadevo-196.png"
  },
  "permissions": [
    "tabs",
    "cookies",
    "webRequest",
    "notifications",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": {
      "19": "images/gadevo-19.png",
      "38": "images/gadevo-38.png",
      "48": "images/gadevo-48.png",
      "128": "images/gadevo-128.png",
      "196": "images/gadevo-196.png"
    },
    "default_title": "__MSG_appName__",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "background.js",
      "js/jquery-3.2.1.min.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "scripts/inject.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}