CashBag

CashBag

Never miss out on Cash Back!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CashBag",
  "version": "1.1.9",
  "description": "Never miss out on Cash Back!",
  "homepage_url": "https://cashbag.co.za/",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "webRequest",
    "storage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "ci.content.pack.js",
        "js/libs/jquery.js",
        "js/libs/underscore.js",
        "js/libs/backbone.js",
        "js/libs/handlebars.js",
        "styles/styles.js",
        "js/content/templates.js",
        "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": "icons/icon-32.png",
    "default_title": "CashBag"
  },
  "icons": {
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  }
}