GMX WEB.Cent Alarm

GMX WEB.Cent Alarm

Der GMX WEB.Cent Alarm informiert Sie, sobald Sie bei fast 700 Partner-Shops Geld sparen können: Sammeln Sie beim Einkaufen zusätzlich noch viele WEB.Cent!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "3.2.1",
  "name": "GMX WEB.Cent Alarm",
  "short_name": "GMX WEB.Cent Alarm",
  "description": "Der WEB.Cent Alarm informiert Sie immer, wenn Sie bei fast 700 Partnern im Internet Geld sparen können. Jetzt WEB.Cent Cashback sammeln!",
  "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"
    }
  }
}