DontPayFull - Automatic Coupons

DontPayFull - Automatic Coupons

Automatically finds coupons and applies the best coupon code at checkout

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "DontPayFull - Automatic Coupons",
  "version": "1.1.44",
  "description": "Automatically finds coupons and applies the best coupon code at checkout",
  "minimum_chrome_version": "100",
  "action": {
    "default_icon": {
      "24": "./assets/icons/dontpayfull-icon-grayscale.png"
    }
  },
  "background": {
    "service_worker": "./dist/background/bg.global.js"
  },
  "icons": {
    "16": "./assets/icons/16x16.png",
    "48": "./assets/icons/48x48.png",
    "128": "./assets/icons/128x128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "scripting",
    "webNavigation",
    "webRequest",
    "management",
    "alarms"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "dist/contentScripts/confetti-ball-joypixels.gif",
        "dist/contentScripts/index.global.js",
        "dist/contentScripts/style.css",
        "assets/**"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; connect-src https://api.dontpayfull.com https://events.dpf.cloud/extension/events https://events.dpf.cloud/extension/coupon_votes https://sentry.dpf.cloud https://events.dpf.cloud/automatic-coupons/cycles"
  }
}