From 4d281c4ddc3a3498b846ebb94442babc04c2bca7 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Thu, 16 Jun 2022 04:02:19 +0530 Subject: Added new recipe: google-duo --- recipes/google-duo/icon.svg | 1 + recipes/google-duo/index.js | 1 + recipes/google-duo/package.json | 11 +++++++++++ 3 files changed, 13 insertions(+) create mode 100644 recipes/google-duo/icon.svg create mode 100644 recipes/google-duo/index.js create mode 100644 recipes/google-duo/package.json (limited to 'recipes') diff --git a/recipes/google-duo/icon.svg b/recipes/google-duo/icon.svg new file mode 100644 index 0000000..0aac71f --- /dev/null +++ b/recipes/google-duo/icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/recipes/google-duo/index.js b/recipes/google-duo/index.js new file mode 100644 index 0000000..dd41f72 --- /dev/null +++ b/recipes/google-duo/index.js @@ -0,0 +1 @@ +module.exports = Ferdium => Ferdium; diff --git a/recipes/google-duo/package.json b/recipes/google-duo/package.json new file mode 100644 index 0000000..8d50a8e --- /dev/null +++ b/recipes/google-duo/package.json @@ -0,0 +1,11 @@ +{ + "id": "google-duo", + "name": "Google Duo", + "version": "1.0.0", + "license": "MIT", + "repository": "https://github.com/AnalogCyan/recipe-franz-googleduo", + "config": { + "serviceURL": "https://duo.google.com/?web", + "hasNotificationSound": true + } +} -- cgit v1.2.3-70-g09d2