Co:Writer

Co:Writer

Word prediction that is grammar smart and inventive spelling aware. Speech recognition allows you to speak it, and we'll write it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Co:Writer",
  "version": "4.11.6.773",
  "manifest_version": 2,
  "minimum_chrome_version": "90",
  "description": "Word prediction that is grammar smart and inventive spelling aware. Speech recognition allows you to speak it, and we'll write it.",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkqmml70efkU4/2zCzkjTESxHCXbL1Be02O9qY9XQNUbEIq3grhYrJzspZP3eifev1m/y5Lz1/Fp1mv+y6HGvi3gZiH/9VsY4juQylmkr/trXseJQIVGCjXjNThpjP9jHVspO0/ScV2DRNQdc4LaLiy3HC0oJFrgLI4Zrg6WBLJozBacYK/O1ZIL4pU5R4hyRImi1ntzPVTTz5u4KaS0CQVtnwOCuAm9+zLIMjtcMAG4sy3L+Mg2P/FT98oaL1y7rYz1QzXgCEqixi3+cELKqqnpSCXVS4kGeKtgx2YDNh5iONcI/JPAeLO5j0L32AfN9A/tW350u3SX49xiBPrvtfQIDAQAB",
  "background": {
    "page": "Background/background.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "matches": [
        "*://docs.google.com/document/*"
      ],
      "js": [
        "WebExtensions/preloads/gdocs-preload.js"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "ThirdParty/jquery/jquery-2.0.3.min.js",
        "ThirdParty/mark/mark.min.js",
        "Common/core-libs.js",
        "Common/cwe-common-bundle.js",
        "ContentScripts/cwe-frame-bundle.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "https://read.learningally.org/*",
        "https://accounts.google.com/signin/*",
        "https://login.microsoftonline.com/common/oauth2/*",
        "https://login.microsoftonline.com/*",
        "https://login.live.com/*",
        "https://login.donjohnston.net/*",
        "https://login.stagedji.com/*",
        "https://login.qadji.com/*",
        "https://app.writingprotocol.com/*",
        "https://app.writingprotocol.qadji.com/*",
        "https://app.writingprotocol.stagedji.com/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "matches": [
        "*://docs.google.com/*",
        "*://classroom.google.com/*"
      ],
      "js": [
        "libs/core-lib-text-mapper-google.umd.js"
      ],
      "run_at": "document_end"
    }
  ],
  "options_page": "Options/options.html",
  "browser_action": {
    "default_icon": {
      "19": "Graphics/CoWriterIcon-Loading_19.png",
      "38": "Graphics/CoWriterIcon-Loading_38.png"
    },
    "default_title": "Co:Writer",
    "default_popup": "Background/popup.html"
  },
  "icons": {
    "16": "Graphics/CoWriterIcon-16x16.png",
    "48": "Graphics/CoWriterIcon-48x48.png",
    "128": "Graphics/CoWriterIcon-128x128.png",
    "256": "Graphics/CoWriterIcon-256x256.png"
  },
  "storage": {
    "managed_schema": "preferences_schema.json"
  },
  "web_accessible_resources": [
    "status",
    "go.html",
    "ContentScripts/cweEventDispatcherGD.js",
    "WebExtensions/selection/cweEventDispatcherGS.js",
    "ContentScripts/ui/cweMainViewTemplates.html",
    "Background/helpers/speechRecognitionPermission.html",
    "Graphics/About.svg",
    "Graphics/CoWriterIcon-16x16.png",
    "Graphics/CoWriterIcon-48x48.png",
    "Graphics/CoWriterIcon-128x128.png",
    "Graphics/CoWriterIcon-256x256.png",
    "Graphics/ic_mic_black_24px.svg",
    "Graphics/ic_mic_off_black_24px.svg",
    "Graphics/ic_mic_blue.svg",
    "Graphics/ic_mic_white.svg",
    "Graphics/cw_as_needed_icon.svg",
    "Graphics/cw_as_needed_misspell.svg",
    "Graphics/stt_misspelling.svg",
    "Fonts/*.woff",
    "Fonts/*.woff2",
    "Fonts/*.ttf",
    "Fonts/OpenDyslexic-BoldItalic.woff",
    "Graphics/sprite/sprite-common.css",
    "Graphics/sprite/cw/sprite.css",
    "Graphics/sprite/cw/cw-sprite.svg",
    "Graphics/sprite/cw/bookmark.svg",
    "Graphics/sprite/cw/language.svg",
    "Graphics/sprite/cw/check.svg",
    "Graphics/sprite/cw/translate.svg",
    "Graphics/sprite/cw/account_face.svg",
    "Graphics/sprite/cw/power_settings_new.svg",
    "WebExtensions/thirdParty/cryptojs/md5.js",
    "WebExtensions/selection/*.js",
    "libs/*.js",
    "Localization/Languages/en.json",
    "Localization/Languages/fr.json"
  ],
  "permissions": [
    "<all_urls>",
    "tabs",
    "notifications",
    "storage",
    "unlimitedStorage",
    "contextMenus",
    "webRequest",
    "webRequestBlocking",
    "webNavigation"
  ],
  "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self';"
}