Cashrewards

Cashrewards

The Cashrewards Notifier is the ultimate shopping companion to access cashback deals when you shop at over 2000 stores online.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cashrewards",
  "version": "3.4.15",
  "description": "The Cashrewards Notifier is the ultimate shopping companion to access cashback deals when you shop at over 2000 stores online.",
  "homepage_url": "https://www.cashrewards.com.au/",
  "manifest_version": 3,
  "permissions": [
    "tabs",
    "alarms",
    "webNavigation",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "js/contentBundle.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "js/bgBundle.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Cashrewards",
    "default_icon": "img/icon.png"
  },
  "options_page": "options.html",
  "icons": {
    "48": "img/48x48.png",
    "128": "img/128x128.png"
  }
}