WEB.DE MailCheck for Firefox

WEB.DE MailCheck for Firefox

Mail notifier for multiple email accounts

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDescription__",
  "version": "6.5.5",
  "author": "__MSG_appAuthor__",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "background": {
    "scripts": [
      "js/background-mailcheck.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "images/envelope-19.png",
      "38": "images/envelope-38.png"
    },
    "default_title": "__MSG_browserActionTitle__",
    "default_area": "navbar",
    "browser_style": false
  },
  "content_scripts": [
    {
      "js": [
        "js/identify-to-site-cs.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "matches": [
        "https://*.web.de/*",
        "https://*.gmx.net/*",
        "https://*.gmx.de/*",
        "https://*.gmx.ch/*",
        "https://*.gmx.at/*",
        "https://*.gmx.com/*",
        "https://*.mail.com/*",
        "https://*.1und1.de/*",
        "https://*.1and1.com/*"
      ]
    },
    {
      "js": [
        "js/portal-page-badge-cs.js"
      ],
      "run_at": "document_end",
      "all_frames": true,
      "matches": [
        "https://suche.web.de/*"
      ]
    },
    {
      "js": [
        "js/webapp-start-proxy-cs.js"
      ],
      "run_at": "document_end",
      "matches": [
        "https://dl.web.de/backend/post.html",
        "https://dl.gmx.net/backend/post.html",
        "https://dl.gmx.com/backend/post.html",
        "https://dl.mail.com/backend/post.html",
        "https://dl.1und1.de/backend/post.html"
      ]
    },
    {
      "js": [
        "js/backtab-ads-cs.js"
      ],
      "run_at": "document_end",
      "all_frames": true,
      "matches": [
        "https://www.google.at/afs/ads?*",
        "https://www.google.at/afs/ads/*",
        "https://www.google.ch/afs/ads?*",
        "https://www.google.ch/afs/ads/*",
        "https://www.google.com/afs/ads?*",
        "https://www.google.com/afs/ads/*",
        "https://www.google.co.uk/afs/ads?*",
        "https://www.google.co.uk/afs/ads/*",
        "https://www.google.de/afs/ads?*",
        "https://www.google.de/afs/ads/*",
        "https://www.google.es/afs/ads?*",
        "https://www.google.es/afs/ads/*",
        "https://www.google.fr/afs/ads?*",
        "https://www.google.fr/afs/ads/*",
        "https://www.google.it/afs/ads?*",
        "https://www.google.it/afs/ads/*",
        "https://www.google.pl/afs/ads?*",
        "https://www.google.pl/afs/ads/*",
        "https://www.google.ro/afs/ads?*",
        "https://www.google.ro/afs/ads/*"
      ]
    },
    {
      "js": [
        "js/brand-oauth2-cs.js"
      ],
      "run_at": "document_end",
      "all_frames": true,
      "matches": [
        "https://1und1.de/login/oauth2/*",
        "https://www.1und1.de/login/oauth2/*",
        "https://gmx.net/login/oauth2/*",
        "https://www.gmx.net/login/oauth2/*",
        "https://gmx.com/login/oauth2/*",
        "https://www.gmx.com/login/oauth2/*",
        "https://mail.com/login/oauth2/*",
        "https://www.mail.com/login/oauth2/*",
        "https://web.de/login/oauth2/*",
        "https://www.web.de/login/oauth2/*"
      ],
      "include_globs": [
        "*code=*"
      ]
    },
    {
      "js": [
        "js/microsoft-web-auth-cs.js"
      ],
      "run_at": "document_end",
      "matches": [
        "https://login.live.com/*"
      ],
      "include_globs": [
        "*/oauth20_desktop*code=*",
        "*/oauth20_desktop*error=*"
      ]
    }
  ],
  "default_locale": "de",
  "manifest_version": 2,
  "page_action": {
    "default_title": "__MSG_pageActionTitle__",
    "default_icon": {
      "48": "images/search.svg"
    }
  },
  "optional_permissions": [
    "<all_urls>"
  ],
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "WEB.DE",
      "keyword": "suche",
      "search_url": "https://suche.web.de/web/result?origin=mc_splugin_ff&enc=UTF-8&q={searchTerms}",
      "suggest_url": "https://suggestplugin.ui-portal.de/s?q={searchTerms}&brand=webde&origin=mc_splugin_ff_sg",
      "favicon_url": "https://img.ui-portal.de/search/img/webde/favicon_16.ico"
    }
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage",
    "management",
    "notifications",
    "contextMenus",
    "identity",
    "search",
    "https://*.web.de/*"
  ]
}