Coupert - Auto Coupon Finder & Cashback

Coupert - Auto Coupon Finder & Cashback

Coupert automatically finds coupons, applies best coupon code at checkout & gives you cashback.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "action": {
    "default_icon": {
      "19": "icon/browsericon-off-19.png",
      "38": "icon/browsericon-off-38.png"
    },
    "default_title": "__MSG_app_name__",
    "default_popup": "popover.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "content.js"
      ],
      "match_about_blank": false,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "guide.js"
      ],
      "match_about_blank": false,
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "default_locale": "en_GB",
  "description": "__MSG_app_description__",
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "icons": {
    "16": "icon/icon-16.png",
    "48": "icon/icon-48.png",
    "128": "icon/icon-128.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApIPOAVwEffIJ6cQb8xnP4UZ8Pji9tKZ5WJOr8faqGhKOAbohaNgoItmDmK1EC0OrdICZvG6sDEJUf1iipbDXOXdY4u6s7pLJ+XecRJMpVvi0jerUy06LR23jZ/QGeJubQ8xB4MNa4T9GYGOKuoUrCyudRIPgitsy1HdrkFi00ijEYs1r9102Vm7Q/oBWA7FQMLLz5TeaHEOX5UJJNvHy9YlURrx+x5lSXiJKdN/TqMhP7nPpxP7rJyujC4+qUNsJ22lIyj26Y5oKfYoDhnKz5Dogbbqn3qMu+xdBJD9WJrfhm460S1SCvv0w/YMRHlA1v42T02xtK+cSZ8M5aLefxwIDAQAB",
  "manifest_version": 3,
  "name": "__MSG_app_name__",
  "permissions": [
    "cookies",
    "storage",
    "unlimitedStorage",
    "webRequest",
    "alarms"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "6.5.10",
  "web_accessible_resources": [
    {
      "resources": [
        "image/*",
        "css/*",
        "font/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}