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": "AI Voice Note Taker - Online Voice Typing",
"description": "AI-powered, real-time voice to text transcription directly in your browser.",
"version": "1.1.0",
"permissions": [
"storage",
"activeTab",
"scripting"
],
"background": {
"service_worker": "service_worker.js"
},
"web_accessible_resources": [
{
"resources": [
"lib\/questionPatterns.json"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": "icons\/icon.png"
},
"icons": {
"16": "icons\/icon-16.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
}