1 {
2 "display_name": "TTS",
3 "loading_order": 10,
4 "requires": [],
5 "optional": [
6 "silero-tts",
7 "edge-tts",
8 "coqui-tts"
9 ],
10 "js": "index.js",
11 "css": "style.css",
12 "author": "Ouoertheo#7264",
13 "version": "1.0.0",
14 "homePage": "None",
15 "hooks": {
16 "activate": "init"
17 }
18 }