remove vad from plugin

This commit is contained in:
makaveli10
2023-06-02 01:29:57 +08:00
parent c3e6378e87
commit a705f836a3
5 changed files with 3 additions and 54 deletions
+1 -3
View File
@@ -4,9 +4,7 @@
"name": "Audio Transcription",
"version": "1.0.0",
"description": "This extension captures the audio on the current tab, sends it to a server for transcription and shows the transcription in Real-time.",
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
},
"options_page": "options.html",
"background": {
"service_worker": "background.js"