CashMaxxx

CashMaxxx

Cashback made in Austria - Geld zurück beim Online Shopping

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Dropping Coconut OG",
  "name": "CashMaxxx",
  "version": "1.2.1",
  "description": "__MSG_extDescription__",
  "default_locale": "de",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "action": {
    "default_icon": "img/128.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "img/128.png"
  },
  "permissions": [
    "storage",
    "tabs",
    "webNavigation",
    "cookies",
    "alarms"
  ],
  "host_permissions": [
    "<all_urls>"
  ]
}