CouponCabin Sidekick - Coupons & Cash Back

CouponCabin Sidekick - Coupons & Cash Back

When it comes to coupons, promo codes and cashback, the CouponCabin Sidekick always has your back.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "CouponCabin Sidekick - Coupons & Cash Back",
  "version": "3.4.3.3",
  "description": "When it comes to promo codes, cash back and price comparisons, The CouponCabin Sidekick by CouponCabin.com always has your back.",
  "homepage_url": "https://www.couponcabin.com/",
  "manifest_version": 2,
  "permissions": [
    "tabs",
    "webRequest",
    "storage",
    "unlimitedStorage",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "vendors/bundle.js",
        "content/bundle.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "vendors/bundle.js",
      "bg/bundle.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "16": "img/default-16.png",
      "19": "img/default-19.png",
      "32": "img/default-32.png",
      "38": "img/default-38.png"
    },
    "default_title": "CouponCabin Sidekick",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/cc-icon-16x16.png",
    "18": "img/cc-icon-18x18.png",
    "32": "img/cc-icon-32x32.png",
    "48": "img/cc-icon-48x48.png",
    "64": "img/cc-icon-64x64.png",
    "128": "img/cc-icon-128x128.png"
  },
  "web_accessible_resources": [
    "content/*.css",
    "content/*.svg",
    "img/*.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}