Extrabux-Cash Back, Rebates & Deals Assistant

Extrabux-Cash Back, Rebates & Deals Assistant

Never miss cash back or waste your time searching for coupons and deals again!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "version": "3.0.24",
  "description": "__MSG_extDescription__",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup.html",
    "default_title": "__MSG_extDescription__"
  },
  "icons": {
    "16": "assets/16.png",
    "48": "assets/64.png",
    "128": "assets/128.png"
  },
  "default_locale": "en",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/main.js"
      ],
      "css": [
        "content-scripts/main.css",
        "content-scripts/main.e6ca258b.css"
      ],
      "all_frames": false,
      "match_about_blank": false
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/*"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage",
    "cookies",
    "webRequest"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ]
}