Cashrewards

Cashrewards

The Cashrewards Notifier is the ultimate shopping companion. Download and receive alerts on cashback savings every time you shop online at over 2000 stores.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "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": 2,
  "permissions": [
    "tabs",
    "alarms",
    "webNavigation",
    "storage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "js/contentBundle.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "scripts": [
      "js/bgBundle.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Cashrewards",
    "default_icon": "img/icon.png"
  },
  "options_ui": {
    "page": "options.html"
  },
  "icons": {
    "48": "img/48x48.png",
    "128": "img/128x128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "cashrewards@Cashrewards"
    }
  }
}