mirror of
https://github.com/QuentinFuxa/WhisperLiveKit.git
synced 2026-03-07 14:23:18 +00:00
23 lines
603 B
JSON
23 lines
603 B
JSON
{
|
|
"manifest_version": 3,
|
|
"name": "WhisperLiveKit Tab Capture",
|
|
"version": "1.0",
|
|
"description": "Capture and transcribe audio from browser tabs using WhisperLiveKit.",
|
|
"icons": {
|
|
"16": "icons/icon16.png",
|
|
"32": "icons/icon32.png",
|
|
"48": "icons/icon48.png",
|
|
"128": "icons/icon128.png"
|
|
},
|
|
"action": {
|
|
"default_title": "WhisperLiveKit Tab Capture",
|
|
"default_popup": "live_transcription.html"
|
|
},
|
|
"permissions": [
|
|
"scripting",
|
|
"tabCapture",
|
|
"offscreen",
|
|
"activeTab",
|
|
"storage"
|
|
]
|
|
} |