From a33eb5de7f7c78f9fb088c97c96cae4ce245ce8c Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Thu, 11 May 2023 18:58:07 +0200 Subject: Add MiroTalk recipes (#359) --- recipes/mirotalk-c2c/package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes/mirotalk-c2c/package.json (limited to 'recipes/mirotalk-c2c/package.json') diff --git a/recipes/mirotalk-c2c/package.json b/recipes/mirotalk-c2c/package.json new file mode 100644 index 0000000..4ca77fc --- /dev/null +++ b/recipes/mirotalk-c2c/package.json @@ -0,0 +1,12 @@ +{ + "id": "mirotalk-c2c", + "name": "MiroTalk C2C", + "version": "1.0.0", + "license": "MIT", + "config": { + "serviceURL": "https://c2c.mirotalk.com", + "hasCustomUrl": true, + "hasHostedOption": true, + "hasNotificationSound": true + } +} -- cgit v1.2.3-54-g00ecf