Icebox by finder.com

Icebox by finder.com

Icebox prevents you making impulse purchases. Start saving money with Icebox today.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Icebox by finder.com",
  "version": "1.0.9.1",
  "description": "Icebox prevents you making impulse purchases. Start saving money with Icebox today.",
  "homepage_url": "https://www.finder.com/icebox",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "webRequest",
    "storage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "ci.content.pack.js",
        "libs/jquery.min.js",
        "libs/handlebars.runtime.min.js",
        "libs/underscore-min.js",
        "libs/backbone-min.js",
        "libs/handlebars-helpers.js",
        "shared/constants.js",
        "shared/utils.js",
        "content/fonts.js",
        "content/style.js",
        "content/templates.js",
        "content/products.js",
        "content/productView.js",
        "content/challengeView.js",
        "content/button.js",
        "content/notification.js",
        "content/confirmation.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/128x128-grey.png",
    "default_title": "Icebox by finder.com"
  },
  "icons": {
    "24": "images/24x24.png",
    "48": "images/128x128.png",
    "128": "images/128x128.png"
  }
}