Congree Web Interface

Congree Web Interface

Write according to your company's Style Guide

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Congree Web Interface",
  "version": "0.3.63.0",
  "manifest_version": 3,
  "description": "Write according to your company's Style Guide",
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "16": "images/congree-logo-16.png",
    "48": "images/congree-logo-48.png",
    "128": "images/congree-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/*"
      ],
      "js": [
        "content.js",
        "app/cwi.fd8473d1.js",
        "cwi-loader.js",
        "cwi-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/*"
      ],
      "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.fd8473d1.js",
        "cwi-loader.js",
        "cwi-injector.js"
      ]
    }
  ],
  "action": {
    "default_popup": "/pop-up/pop-up.html",
    "default_title": "Congree"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/congree-logo.png",
        "app/cwi.fd8473d1.js",
        "content.js",
        "app/cwi-editors-proxy.js",
        "cwi-loader.js",
        "cwi-injector.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "storage"
  ],
  "host_permissions": [
    "https://*/*",
    "http://*/*",
    "*://*/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}