aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hangoutschat/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/hangoutschat/package.json')
-rw-r--r--recipes/hangoutschat/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/hangoutschat/package.json b/recipes/hangoutschat/package.json
new file mode 100644
index 0000000..bcc58f9
--- /dev/null
+++ b/recipes/hangoutschat/package.json
@@ -0,0 +1,15 @@
1{
2 "id": "hangoutschat",
3 "name": "Hangouts Chat",
4 "version": "1.3.0",
5 "description": "Hangouts Chat",
6 "main": "index.js",
7 "author": "Stefan Malzner <stefan@adlk.io> and Iván López (ilopmar)",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://chat.google.com",
11 "hasNotificationSound": true,
12 "hasIndirectMessages": true,
13 "dissablewebsecurity": true
14 }
15}