Kuponer.cz

Kuponer.cz

S Kuponer.cz do prohlížeče vám už žádný cashback za chytré nákupy neuteče. Ušetřete víc, díky upozornění na možnost získat odměnu,…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Kuponer.cz",
  "version": "1.4.0",
  "manifest_version": 3,
  "icons": {
    "16": "images/icon-kuponer-16.png",
    "48": "images/icon-kuponer-48.png",
    "128": "images/icon-kuponer-128.png"
  },
  "action": {
    "default_popup": "index.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "externally_connectable": {
    "matches": [
      "*://*.kuponer.cz/*"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ]
    }
  ],
  "permissions": [
    "scripting",
    "storage",
    "tabs"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}