Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"version": "2026.2.27.1",
"manifest_version": 3,
"background": {
"service_worker": "background.js",
"type": "module"
},
"minimum_chrome_version": "109",
"permissions": [
"storage",
"unlimitedStorage",
"clipboardRead",
"clipboardWrite",
"offscreen",
"scripting",
"alarms",
"contextMenus"
],
"optional_permissions": [
"downloads"
],
"host_permissions": [
"*:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"exclude_matches": [
"https:\/\/docs.google.com\/document\/*"
],
"js": [
"content_script.js"
],
"css": [
"content_style.css"
],
"all_frames": true,
"match_origin_as_fallback": true
},
{
"matches": [
"*:\/\/docs.google.com\/document\/*"
],
"run_at": "document_start",
"js": [
"gdocs_enable_annotated_canvas.js"
],
"world": "MAIN"
},
{
"matches": [
"*:\/\/docs.google.com\/document\/*"
],
"run_at": "document_end",
"js": [
"gdocs_content_script.js"
],
"css": [
"content_style.css"
]
}
],
"icons": {
"48": "icons\/icon48.png",
"96": "icons\/icon96.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"externally_connectable": {
"matches": [
"https:\/\/webtextexpander.com\/*"
]
},
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png"
}
}
}