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",
"manifest_version": 3,
"name": "TalkaType - Simple, Secure Web Dictation",
"version": "1.0.2",
"description": "Use your voice to type on any website in real-time.",
"permissions": [
"storage",
"scripting",
"activeTab",
"contextMenus",
"commands"
],
"options_page": "src\/pages\/options\/index.html",
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"action": {
"default_icon": "icon-34.png"
},
"commands": {
"toggle-inject": {
"suggested_key": {
"default": "Alt+V",
"mac": "Alt+V"
},
"description": "Turn extension on\/off"
}
},
"icons": {
"128": "icon-128.png"
},
"content_scripts": [],
"web_accessible_resources": [
{
"resources": [
"assets\/js\/*.js",
"assets\/css\/*.css",
"assets\/svg\/*.svg",
"assets\/png\/*.png",
"assets\/webm\/*.webm",
"icon-128.png",
"icon-34.png",
"src\/pages\/recognition\/index.html",
"src\/pages\/recognition\/index.js",
"src\/pages\/options\/index.html",
"src\/pages\/options\/index.js"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}