aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ringcentral/package.json
diff options
context:
space:
mode:
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}