Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Co:Writer",
"version": "5.0.7.828",
"manifest_version": 3,
"minimum_chrome_version": "109",
"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",
"action": {
"default_popup": "Background\/popup.html"
},
"background": {
"service_worker": "background-service.js",
"type": "module"
},
"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",
"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": [
{
"resources": [
"status",
"go.html",
"Background\/osd.html",
"ContentScripts\/cweEventDispatcherGD.js",
"WebExtensions\/selection\/cweEventDispatcherGS.js",
"ContentScripts\/ui\/cweMainViewTemplates.html",
"SpeechRecognition\/helpers\/speechRecognitionPermission.html",
"SpeechRecognition\/speech-recognition-frame-bundle.js",
"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\/selection\/*.js",
"libs\/*.js",
"Localization\/Languages\/en.json",
"Localization\/Languages\/fr.json"
],
"matches": [
"<all_urls>"
]
}
],
"permissions": [
"tabs",
"scripting",
"notifications",
"storage",
"unlimitedStorage",
"contextMenus",
"webRequest",
"webNavigation",
"offscreen"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; frame-src 'none'; style-src 'self'"
}
}