aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ringcentral/package.json
diff options
context:
space:
mode:
authorLibravatar deadmeu <deadmeu@gmail.com>2021-11-29 01:58:16 +1100
committerLibravatar GitHub <noreply@github.com>2021-11-28 20:28:16 +0530
commit37485190b18ccd01d01e2bfe68960b32d8ed357a (patch)
treebbc88d7262e5c702c92d74702c009ed30b719a1c /recipes/ringcentral/package.json
parentFix skype notification counter for non-English locales(fixes #763) (#775) (diff)
downloadferdium-recipes-37485190b18ccd01d01e2bfe68960b32d8ed357a.tar.gz
ferdium-recipes-37485190b18ccd01d01e2bfe68960b32d8ed357a.tar.zst
ferdium-recipes-37485190b18ccd01d01e2bfe68960b32d8ed357a.zip
Add RingCentral recipe (#776)
Diffstat (limited to 'recipes/ringcentral/package.json')
-rw-r--r--recipes/ringcentral/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/ringcentral/package.json b/recipes/ringcentral/package.json
new file mode 100644
index 0000000..0c8ecab
--- /dev/null
+++ b/recipes/ringcentral/package.json
@@ -0,0 +1,15 @@
1{
2 "id": "ringcentral",
3 "name": "RingCentral",
4 "version": "1.0.0",
5 "license": "MIT",
6 "repository": "https://github.com/deadmeu/ferdi-ringcentral",
7 "aliases": [
8 "Glip"
9 ],
10 "config": {
11 "serviceURL": "https://app.ringcentral.com/",
12 "hasNotificationSound": true,
13 "hasIndirectMessages": true
14 }
15}