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": "Voice Type Adv \u2013 voice input on any website",
"uninstall_url": "https:\/\/kramin.net\/chrome\/review\/voice-type-adv",
"version": "1.1",
"description": "Simple and private voice input for any text field. Works directly in your browser without sending any data.",
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"icons": {
"48": "icon.png",
"128": "icon.png"
}
}