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": "Speech to Text Google Docs",
"description": "__MSG_shortDesc__",
"default_locale": "en",
"version": "1.4",
"oauth2": {
"client_id": "238908471691-s8c1fr5rbtfcn6edo1kelc42hn6vndv6.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.profile",
"https:\/\/www.googleapis.com\/auth\/drive.file"
]
},
"action": {
"default_icon": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png",
"256": "icons\/256.png",
"512": "icons\/512.png"
},
"default_title": "Speech to Text Google Docs"
},
"background": {
"service_worker": "scripts\/background.DUEmCjjp.js",
"type": "module"
},
"permissions": [
"sidePanel",
"offscreen",
"storage",
"tabs",
"tabCapture",
"identity",
"scripting"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"scripts\/script.H1pHv6l_.js"
],
"run_at": "document_idle",
"all_frames": true
}
],
"side_panel": {
"default_path": "pages\/sidebar\/index.html"
},
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"64": "icons\/64.png",
"128": "icons\/128.png",
"256": "icons\/256.png",
"512": "icons\/512.png"
},
"host_permissions": [
"*:\/\/*.reddit.com\/*",
"*:\/\/*.docs.google.com\/*",
"<all_urls>"
],
"web_accessible_resources": [
{
"resources": [
"fonts\/*",
"pages\/*",
"scripts\/*",
"*.js"
],
"use_dynamic_url": true
}
]
}