Mr. Rebates Quick Cash Button

Mr. Rebates Quick Cash Button

Activate cash back rebates instantly within your browser with the Mr. Rebates' Quick Cash Button

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Denis Inozemtsev",
  "description": "Activate cash back rebates instantly within your browser with the Mr. Rebates' Quick Cash Button",
  "name": "Mr. Rebates Quick Cash Button",
  "version": "2.1.0.3",
  "content_scripts": [
    {
      "js": [
        "src/content/app.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "icons": {
    "24": "icons/24x24.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "permissions": [
    "tabs",
    "webRequest",
    "storage",
    "alarms"
  ],
  "action": {
    "default_icon": {
      "24": "icons/24x24.png",
      "48": "icons/48x48.png",
      "128": "icons/128x128.png"
    },
    "default_popup": "src/popup/popup.html"
  },
  "background": {
    "service_worker": "serviceWorker.js",
    "type": "module"
  },
  "host_permissions": [
    "*://*/*"
  ],
  "manifest_version": 3,
  "web_accessible_resources": [
    {
      "resources": [
        "style.css"
      ],
      "matches": [
        "*://*/*"
      ]
    },
    {
      "resources": [
        "assets/src/content/app-dabb4054.js",
        "assets/_plugin-vue_export-helper-959df103.js",
        "assets/MerchantStatesController-51b36c03.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "use_dynamic_url": true
    }
  ]
}