Always On Rewards

Always On Rewards

Enjoy discounts and earn rewards when you shop online!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Always On Rewards",
  "author": "Always On Rewards",
  "version": "1.3.10",
  "manifest_version": 2,
  "description": "Enjoy discounts and earn rewards when you shop online!",
  "icons": {
    "16": "icons/off/off_16x16.png",
    "32": "icons/off/off_32x32.png",
    "48": "icons/off/off_48x48.png",
    "128": "icons/off/off_128x128.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "content_security_policy": "object-src 'self'",
  "permissions": [
    "<all_urls>",
    "tabs",
    "cookies",
    "alarms",
    "webRequest"
  ],
  "web_accessible_resources": [
    "*.*"
  ],
  "browser_action": {
    "default_icon": {
      "16": "icons/off/off_16x16.png",
      "32": "icons/off/off_32x32.png",
      "48": "icons/off/off_48x48.png",
      "128": "icons/off/off_128x128.png"
    },
    "default_title": "Always On Rewards",
    "default_popup": "ea-popup.html"
  },
  "options_page": "ea-options.html"
}