CCW Cashback Add-on

CCW Cashback Add-on

CCW's CashBack add-on will notify you ever time you are on a website that offers rewards to you and your friends.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CCW Cashback Add-on",
  "version": "2.2.0",
  "description": "CCW's CashBack add-on will notify you ever time you are on a website that offers rewards to you and your friends.",
  "homepage_url": "https://www.ccwcashback.com",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "webRequest",
    "storage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "ci.content.pack.js",
        "js/libs/jquery.min.js",
        "js/libs/handlebars.runtime-v1.3.0.js",
        "js/libs/underscore.min.js",
        "js/libs/backbone.min.js",
        "js/libs/handlebars.helpers.js",
        "js/content/localization/english_texts.js",
        "js/content/localization/bulgarian_text.js",
        "js/content/localization/chinese_text.js",
        "js/content/localization/german_texts.js",
        "js/content/localization/hungarian_texts.js",
        "js/content/localization/italian_texts.js",
        "js/content/localization/portugese_texts.js",
        "js/content/localization/romanian_texts.js",
        "js/content/localization/english_texts.js",
        "js/content/localization/english_texts.js",
        "js/content/localization/english_texts.js",
        "js/content/templates.js",
        "js/content/style.js",
        "js/content/slider.js",
        "js/content/serp.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/18x18.png",
    "default_title": "CCWCashback"
  },
  "icons": {
    "48": "icons/48x48.png",
    "64": "icons/64x64.png",
    "128": "icons/128x128.png"
  }
}