Shopmium Cashback Notifier

Shopmium Cashback Notifier

The “Shopmium Cashback Notifier” will notify you when you could be earning cashback shopping with your favorite online retailers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Shopmium Cashback Notifier",
  "version": "1.0.6.0",
  "description": "The “Shopmium Cashback Notifier” will notify you when you could be earning cashback shopping with your favorite online retailers.",
  "homepage_url": "https://www.shopmium.com/uk",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "webRequest",
    "storage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "ci.content.pack.js",
        "libs/jquery-3.5.1.min.js",
        "libs/handlebars.runtime.min.js",
        "libs/underscore-min.js",
        "libs/backbone-min.js",
        "libs/jquery.mousewheel.min.js",
        "libs/jquery.jscrollpane.min.js",
        "libs/moment.min.js",
        "handlebars-helpers.js",
        "content/style.js",
        "content/templates.js",
        "shared/constants.js",
        "content/slider.js",
        "content/serp.js",
        "content/gmap.js",
        "content/content.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": false,
      "js": [
        "ci.browser.helper.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "images/18x18.png",
    "default_title": "Shopmium Cashback Notifier"
  },
  "icons": {
    "24": "images/24x24.png",
    "48": "images/48x48.png",
    "128": "images/128x128.png"
  }
}