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 AI Transcribe | Siri For Web Browser | CR8OR AI",
"description": "A Speech to text browser tool which functions like Siri. Continuous speech to test recording and simple copy paste",
"version": "1.32",
"permissions": [
"scripting",
"activeTab",
"microphone",
"sidePanel"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Toggle Voice Input",
"default_icon": "logo.png"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"commands": {
"toggle-voice-recording": {
"suggested_key": {
"default": "Ctrl+Space"
},
"description": "Toggle voice recording"
}
},
"icons": {
"16": "logo.png",
"48": "logo.png",
"128": "logo.png"
}
}