WEB.DE WEB.Cent Alarm

WEB.DE WEB.Cent Alarm

*Shoppen, Sparen - Cashback kassieren!* WEB.Cent, das Cashback System von WEB.DE bietet bei fast 700 Online-Partnern satte Prozente. Aktivieren Sie den WEB.Cent Alarm um keine Ersparnis mehr zu verpassen.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "3.2.1",
  "name": "WEB.DE WEB.Cent Alarm",
  "short_name": "WEB.DE WEB.Cent Alarm",
  "description": "Dank des WEB.Cent Alarm verpassen Sie keine Möglichkeit mehr WEB.Cent Cashback zu sammeln. Sparen Sie beim Einkaufen im Internet bares Geld!",
  "author": "1&1 Mail & Media GmbH",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "css": [
        "assets/styles/fonts.css"
      ],
      "js": [
        "vendor.js",
        "content.js",
        "popup.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "*://*.google.de/search?*",
        "*://*.google.com/search?*",
        "*://suche.gmx.net/web**?*",
        "*://suche.web.de/web**?*"
      ],
      "css": [
        "assets/styles/modify.css"
      ],
      "js": [
        "vendor.js",
        "modify.js"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "scripts": [
      "vendor.js",
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "storage",
    "cookies",
    "identity",
    "activeTab",
    "notifications",
    "webRequest",
    "*://*/*"
  ],
  "incognito": "not_allowed",
  "web_accessible_resources": [
    "assets/**/*"
  ],
  "content_security_policy": "default-src 'self'; connect-src https://*.web.de https://*.gmx.net https://*.ui-portal.de",
  "icons": {
    "48": "assets/icons/status/active.svg",
    "96": "assets/icons/status/active.svg"
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": "assets/icons/status/active.svg",
    "default_area": "navbar"
  },
  "options_ui": {
    "chrome_style": true,
    "browser_style": true,
    "page": "options.html"
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "57.0"
    }
  }
}