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",
"manifest_version": 3,
"name": "__MSG_appName__",
"version": "0.104.1.1",
"description": "__MSG_appDescription__",
"default_locale": "en",
"permissions": [
"storage",
"identity",
"tabs",
"activeTab",
"commands",
"scripting",
"sidePanel",
"offscreen",
"topSites",
"favicon",
"clipboardWrite",
"clipboardRead",
"nativeMessaging",
"declarativeNetRequest",
"declarativeNetRequestWithHostAccess"
],
"chrome_url_overrides": {
"newtab": "max\/index.html"
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"host_permissions": [
"<all_urls>"
],
"side_panel": {
"default_path": "max\/index.html?hideSidebar=true&isInSidePanel=true#\/side-panel"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArClC818nT5GSL\/DoGl7NGxDNJbSw6ZLXSX\/BOa33j1YB9P9lMVHPEJejZW8OF96DxCpx4EHQgyvGS\/jt+oMyhYwrLmNz0xPVnrR4UI9qGYDriiZ0zTF+Mszk4cX+osLTIzXPzJm0wJwZMVYbni4UssiwXB6p1rJuagi2xwQC0czHVJEEyy1SAe03623VxnDKfe9pstv5DmO4hbHzVuwjvDZr9ZiZAX38x1tZKPiOYPrq75q+m9PU2FNEzBqG\/Nqs0ODaKNKy0jcbcNgATWN6O1T352h\/ttN2CQTZL3gs7kxNNgOLI\/uqdF5NeRtNoIiWnuXeSPocYJMJcbN6z0eBYQIDAQAB",
"background": {
"service_worker": "background\/background.js",
"type": "module"
},
"commands": {
"run-ttt": {
"suggested_key": {
"default": "Alt+B",
"mac": "Alt+B"
},
"description": "Run Talk To Text"
}
},
"icons": {
"16": "assets\/icons\/icon16.png",
"32": "assets\/icons\/icon32.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
},
"action": {
"default_icon": {
"16": "assets\/icons\/icon16.png",
"32": "assets\/icons\/icon32.png",
"48": "assets\/icons\/icon48.png",
"128": "assets\/icons\/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content\/scripts\/extension_detector.js"
],
"run_at": "document_start",
"all_frames": false,
"world": "MAIN"
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content\/scripts\/settings_utils.js"
],
"run_at": "document_start",
"all_frames": false
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content\/scripts\/content.js"
],
"run_at": "document_end",
"all_frames": false
},
{
"matches": [
"*:\/\/*.google.com\/*",
"*:\/\/google.com\/*"
],
"js": [
"content\/scripts\/google_injector.js"
],
"run_at": "document_end",
"all_frames": false
},
{
"matches": [
"*:\/\/mail.google.com\/*"
],
"js": [
"content\/dist\/gmail_injector.js"
],
"run_at": "document_end",
"all_frames": false
},
{
"matches": [
"*:\/\/docs.google.com\/*"
],
"js": [
"content\/scripts\/gdocs_main_world.js"
],
"run_at": "document_start",
"all_frames": false,
"world": "MAIN"
},
{
"matches": [
"*:\/\/docs.google.com\/*"
],
"js": [
"content\/scripts\/gdocs_isolated_world.js"
],
"run_at": "document_start",
"all_frames": false
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content\/scripts\/tooltip_utils.js",
"content\/scripts\/floating_action_button.js"
],
"run_at": "document_end",
"all_frames": false
}
],
"web_accessible_resources": [
{
"resources": [
"max\/*",
"content\/*",
"assets\/*",
"background\/*",
"canvaskit\/*",
"offscreen\/*",
"favicon\/*"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"externally_connectable": {
"matches": [
"*:\/\/*.clickup.com\/*",
"*:\/\/*.clickup-stg.com\/*",
"*:\/\/*.clickup-qa.com\/*"
]
}
}