Cently: Automatic Coupons + Cashback for Free

Cently: Automatic Coupons + Cashback for Free

Get Cently for free to save an average of $15 per purchase in coupons + cashback, automatically at checkout.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Cently: Automatic Coupons + Cashback for Free",
  "description": "Get Cently for free to save an average of $15 per purchase in coupons + cashback, automatically at checkout.",
  "version": "7.7.1",
  "manifest_version": 3,
  "icons": {
    "16": "icons/catc2-16.png",
    "48": "icons/catc2-32.png",
    "64": "icons/catc2-64.png",
    "128": "icons/catc2-128.png"
  },
  "action": {
    "default_title": "Cently",
    "default_icon": {
      "128": "icons/catc2-disabled-128.png"
    }
  },
  "permissions": [
    "storage",
    "alarms",
    "webRequest",
    "scripting"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_start",
      "js": [
        "contentScript.js"
      ]
    },
    {
      "matches": [
        "https://*/*",
        "http://*/*"
      ],
      "run_at": "document_start",
      "css": [
        "css/fonts.css"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "siteScript.js",
        "*.js.map",
        "*.css",
        "*.css.map",
        "fonts/*",
        "images/*",
        "merchantTermsPage.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}