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": "Sabhalekha- AI Agent for Live Transcription",
"description": "Real-time multilingual meeting transcripts for Meet, Zoom, Teams, and more. Organize by Room ID\/Name, with Join\/Leave\/Start\/Mute.",
"version": "1.5.1",
"permissions": [
"storage",
"notifications",
"offscreen"
],
"host_permissions": [
"https:\/\/sabhalekha.datagrape.ai\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "sabhalekha_16.png",
"48": "sabhalekha_48.png",
"128": "sabhalekha_128.png"
}
},
"icons": {
"16": "sabhalekha_16.png",
"48": "sabhalekha_48.png",
"128": "sabhalekha_128.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
},
"web_accessible_resources": [
{
"resources": [
"audio-processor.js",
"libs\/socket.io.min.js"
],
"matches": [
"<all_urls>"
]
}
]
}