WhatImean

WhatImean

Rechtschreibprüfung, Grammatikprüfung und Stilprüfung - überall im Web

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_appName__",
  "version": "1.0.37.0",
  "manifest_version": 3,
  "description": "__MSG_appDesc__",
  "default_locale": "de",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "images/whatimean-logo-16.png",
    "48": "images/whatimean-logo-48.png",
    "128": "images/whatimean-logo-128.png"
  },
  "options_page": "/options/options.html",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "https://navigator.web.de/*",
        "https://navigator.gmx.net/*",
        "https://*.navigator.gmx.net/*",
        "https://*.navigator.web.de/*",
        "https://wordpress.com/*",
        "https://teams.microsoft.com/*"
      ],
      "js": [
        "content.js",
        "app/cwi.a73f0db5.js",
        "cwi-loader.js",
        "cwi-proxy-injector.js"
      ]
    },
    {
      "matches": [
        "https://3c.web.de/mail/client/*",
        "https://3c.gmx.net/mail/client/*",
        "https://3c-bap.gmx.net/mail/client/*",
        "https://3c-bap.web.de/mail/client/*",
        "https://*.wordpress.com/wp-admin/*",
        "https://teams.microsoft.com/multi-window/*"
      ],
      "exclude_matches": [
        "https://3c.web.de/mail/client/blank",
        "https://3c-bap.web.de/mail/client/blank",
        "https://3c.gmx.net/mail/client/blank",
        "https://3c-bap.gmx.net/mail/client/blank",
        "https://public-api.wordpress.com/*"
      ],
      "all_frames": true,
      "js": [
        "content.js",
        "app/cwi.a73f0db5.js",
        "cwi-loader.js",
        "cwi-proxy-injector.js"
      ]
    }
  ],
  "action": {
    "default_popup": "/pop-up/pop-up.html",
    "default_title": "Congree"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "app/cwi-integration.js",
        "app/cwi-editors-proxy.js",
        "app/cwi.a73f0db5.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*",
    "*://*/*"
  ]
}