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": "SpeechText.AI: Record, Capture & Transcribe",
"description": "Record voice and capture audio from any web page. Automatically transcribe audio and video files into text with human accuracy.",
"version": "1.0.4",
"permissions": [
"tabs",
"offscreen",
"tabCapture",
"notifications",
"downloads",
"storage",
"activeTab"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_icon": "img\/icon.png",
"default_popup": "popup.html",
"default_title": "SpeechText.AI"
},
"icons": {
"16": "img\/icon-16.png",
"48": "img\/icon-48.png",
"128": "img\/icon-128.png"
},
"background": {
"service_worker": "background.js"
}
}