MORE TH>N REW>RDS Notifier

MORE TH>N REW>RDS Notifier

Never miss out on a cash reward, with the MORE TH>N REW>RDS Notifier.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "2.1.0",
  "name": "MORE TH>N REW>RDS Notifier",
  "description": "Never miss out on a cash reward, with the MORE TH>N REW>RDS Notifier.",
  "background": {
    "scripts": [
      "./assets/analytics/gtm.js",
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_title": "MORE TH>N REW>RDS Notifier",
    "default_icon": {
      "19": "assets/icons/icon_19x19.png",
      "38": "assets/icons/icon_38x38.png"
    },
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "./assets/analytics/gtm.js",
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "assets/icons/icon_16x16.png",
    "32": "assets/icons/icon_32x32.png",
    "48": "assets/icons/icon_48x48.png",
    "128": "assets/icons/icon_128x128.png"
  },
  "permissions": [
    "webNavigation",
    "tabs",
    "management",
    "<all_urls>",
    "*://localhost/"
  ],
  "web_accessible_resources": [
    "assets/fonts/**",
    "assets/icons/**",
    "assets/img/**"
  ],
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://rewards.morethan.com/*",
      "*://*.morethan.gobsdev.uk/*"
    ]
  },
  "content_security_policy": "script-src 'self' 'unsafe-eval' https://www.googletagmanager.com https://www.google-analytics.com https://ssl.google-analytics.com; object-src 'self' 'unsafe-eval'"
}