Dealfor - The best Amazon Coupons

Dealfor - The best Amazon Coupons

Discover fantastic savings with our amazing selection of Amazon coupons & Rebate.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_name__",
  "short_name": "__MSG_shortName__",
  "version": "1.0.0",
  "action": {
    "default_icon": {
      "16": "icon/20x20.png",
      "24": "icon/29x29.png",
      "32": "icon/40x40.png"
    },
    "default_title": "__MSG_defaultTitle__",
    "default_popup": "popup/popup.html"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "icon/20x20.png",
    "48": "icon/58x58.png",
    "128": "icon/144x144.png"
  },
  "author": "__MSG_name__",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.dealfor.com/*",
        "*://*.amazon.com/*"
      ],
      "js": [
        "common/js/jquery-3.6.0.min.js",
        "common/js/content-script.js"
      ],
      "css": [
        "common/css/dealfor.css"
      ],
      "run_at": "document_start"
    }
  ],
  "host_permissions": [
    "*://*.dealfor.com/*",
    "*://*.amazon.com/*",
    "*://*/*"
  ],
  "homepage_url": "https://www.dealfor.com"
}