From c879ebff77a1ffd865b625f48eaf3f14643f6aac Mon Sep 17 00:00:00 2001 From: shuvashish76 Date: Mon, 22 May 2023 08:56:06 +0530 Subject: [PATCH] Create suggestions for tts (text to speech) Signed-off-by: shuvashish76 --- suggestions/tts.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 suggestions/tts.json diff --git a/suggestions/tts.json b/suggestions/tts.json new file mode 100644 index 0000000..f15f757 --- /dev/null +++ b/suggestions/tts.json @@ -0,0 +1,8 @@ +[ + { + "id": "com.danefinlay.ttsutil", + "label": "TTS Util", + "source": "fg", + "repo": "https://github.com/Danesprite/tts-util-app" + } +]