Cheapskate - Instant Coupons & Loyalty Wallet

Cheapskate - Instant Coupons & Loyalty Wallet

Supercharge your shopping experience with our plugin - your all-in-one loyalty wallet and shopping assistant!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "Cheapskate - Instant Coupons & Loyalty Wallet",
  "version": "3.2.0",
  "description": "Supercharge your shopping experience with our plugin - your all-in-one loyalty wallet and shopping assistant!",
  "action": {
    "default_icon": {
      "16": "assets/img/CSIcon16.png",
      "24": "assets/img/CSIcon24.png",
      "32": "assets/img/CSIcon32.png"
    },
    "default_title": "Cheapskate",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "assets/img/CSIcon16.png",
    "48": "assets/img/CSIcon48.png",
    "128": "assets/img/CSIcon128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "cookies",
    "notifications"
  ],
  "host_permissions": [
    "*://*.cheapskate.io/",
    "*://*.cheap-join.web.app/",
    "*://*.cheap-join-stg.web.app/"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://*.anrdoezrs.net/*",
        "*://*.commission-junction.com/*",
        "*://*.dpbolvw.net/*",
        "*://*.apmebf.com/*",
        "*://*.jdoqocy.com/*",
        "*://*.kqzyfj.com/*",
        "*://*.qksrv.net/*",
        "*://*.tkqlhce.com/*",
        "*://*.qksz.net/*",
        "*://*.emjcd.com/*",
        "*://*.afcyhf.com/*",
        "*://*.awltovhc.com/*",
        "*://*.ftjcfx.com/*",
        "*://*.lduhtrp.net/*",
        "*://*.tqlkg.com/*",
        "*://*.awxibrm.com/*",
        "*://*.cualbr.com/*",
        "*://*.rnsfpw.net/*",
        "*://*.vofzpwh.com/*",
        "*://*.yceml.net/*",
        "*://*.cj-dotomi.com/*",
        "*://*.epsilon.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "/build/inject.js",
        "/build/wishlist.js",
        "/build/coupons.js",
        "/build/blockchain.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://*.anrdoezrs.net/*",
        "*://*.commission-junction.com/*",
        "*://*.dpbolvw.net/*",
        "*://*.apmebf.com/*",
        "*://*.jdoqocy.com/*",
        "*://*.kqzyfj.com/*",
        "*://*.qksrv.net/*",
        "*://*.tkqlhce.com/*",
        "*://*.qksz.net/*",
        "*://*.emjcd.com/*",
        "*://*.afcyhf.com/*",
        "*://*.awltovhc.com/*",
        "*://*.ftjcfx.com/*",
        "*://*.lduhtrp.net/*",
        "*://*.tqlkg.com/*",
        "*://*.awxibrm.com/*",
        "*://*.cualbr.com/*",
        "*://*.rnsfpw.net/*",
        "*://*.vofzpwh.com/*",
        "*://*.yceml.net/*",
        "*://*.cj-dotomi.com/*",
        "*://*.epsilon.com/*"
      ],
      "run_at": "document_start",
      "js": [
        "/build/toggleIcon.js"
      ]
    }
  ],
  "background": {
    "service_worker": "./background.js",
    "type": "module"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}