Fix TTS manifest

This commit is contained in:
Cohee
2023-06-13 13:55:00 +03:00
parent ba8d46f9b4
commit 83821d9feb

View File

@@ -3,11 +3,12 @@
"loading_order": 10, "loading_order": 10,
"requires": [], "requires": [],
"optional": [ "optional": [
"tts" "silero-tts",
"edge-tts"
], ],
"js": "index.js", "js": "index.js",
"css": "style.css", "css": "style.css",
"author": "Ouoertheo#7264", "author": "Ouoertheo#7264",
"version": "1.0.0", "version": "1.0.0",
"homePage": "None" "homePage": "None"
} }