diff --git a/public/scripts/extensions/tts/manifest.json b/public/scripts/extensions/tts/manifest.json index ccd63edf6..7cfb20570 100644 --- a/public/scripts/extensions/tts/manifest.json +++ b/public/scripts/extensions/tts/manifest.json @@ -3,11 +3,12 @@ "loading_order": 10, "requires": [], "optional": [ - "tts" + "silero-tts", + "edge-tts" ], "js": "index.js", "css": "style.css", "author": "Ouoertheo#7264", "version": "1.0.0", "homePage": "None" -} \ No newline at end of file +}