Capital One Shopping: Save Now

Capital One Shopping: Save Now

A simple and free way to help you save online

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Capital One Shopping: Save Now",
  "version": "0.1.1194",
  "manifest_version": 2,
  "description": "A simple and free way to help you save online",
  "icons": {
    "16": "assets/icons/shopping-icon16.png",
    "48": "assets/icons/shopping-icon48.png",
    "128": "assets/icons/shopping-icon128.png"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "permissions": [
    "alarms",
    "tabs",
    "contextMenus",
    "storage",
    "cookies",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    "assets/*",
    "static/**/*",
    "chunks/*",
    "notifications/*"
  ],
  "background": {
    "page": "bg/bg.html"
  },
  "browser_action": {
    "default_icon": {
      "19": "assets/icons/browser/browseraction-off-19-shopping.png",
      "38": "assets/icons/browser/browseraction-off-38-shopping.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "notifications/pageView.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.capitaloneshopping.com/*",
        "*://*.ivf-stage.com/*"
      ],
      "js": [
        "notifications/wikibuy.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.amazon.com/*",
        "*://*.bestbuy.com/*",
        "*://*.homedepot.com/*",
        "*://*.zappos.com/*"
      ],
      "js": [
        "notifications/priceComparison.js"
      ],
      "run_at": "document_start"
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}