CauseNetwork Web App

CauseNetwork Web App

Get discounts and collect donations for your favorite cause when shopping at 1000+ participating stores

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CauseNetwork Web App",
  "version": "1.4.0",
  "description": "Get discounts and collect donations for your favorite cause when shopping at 1000+ participating stores",
  "homepage_url": "https://www.causenetwork.com/",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "webRequest",
    "storage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "ci.content.pack.js",
        "js/libs/jquery-2.0.0.min.js",
        "js/libs/jquery-ui-1.9.2.custom.min.js",
        "js/libs/handlebars.runtime.min.js",
        "js/libs/underscore-min.js",
        "js/libs/backbone-min.js",
        "js/handlebars-helpers.js",
        "js/content/style.js",
        "js/content/templates.js",
        "js/content/popup.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": "img/hands-18x18-color.png",
    "default_title": "CauseNetwork Web App"
  },
  "icons": {
    "16": "img/hands-16x16-color.png",
    "18": "img/hands-18x18-color.png",
    "32": "img/hands-48x48-color.png",
    "48": "img/hands-48x48-color.png",
    "64": "img/hands-128x128-color.png",
    "128": "img/hands-128x128-color.png"
  }
}