Rebates: Automatic Coupon Finder & Cashback

Rebates: Automatic Coupon Finder & Cashback

Join Rebates, A Money-Saving Website Curated Just For Your Shopping Needs!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Join Rebates, A Money-Saving Website Curated Just For Your Shopping Needs!",
  "version": "1.0.6",
  "manifest_version": 3,
  "name": "Rebates: Automatic Coupon Finder & Cashback",
  "background": {
    "service_worker": "background.bundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon-32.png"
  },
  "chrome_url_overrides": {},
  "icons": {
    "128": "icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "<all_urls>"
      ],
      "js": [
        "popupContent.bundle.js",
        "overlayContent.bundle.js"
      ],
      "css": [
        "content.styles.css"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-32.png",
        "close.png",
        "HG.png",
        "logo.png",
        "settings.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}