aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/zalo/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/zalo/package.json')
-rw-r--r--recipes/zalo/package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/zalo/package.json b/recipes/zalo/package.json
new file mode 100644
index 0000000..183fc20
--- /dev/null
+++ b/recipes/zalo/package.json
@@ -0,0 +1,18 @@
1{
2 "id": "zalo",
3 "name": "Zalo",
4 "version": "1.1.1",
5 "description": "Zalo",
6 "main": "index.js",
7 "author": "RoiArthurB <arthurbrugiere01@gmail.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://chat.zalo.me/",
11 "hasNotificationSound": true,
12 "hasDirectMessages": true,
13 "hasIndirectMessages": false,
14 "hasTeamID": false,
15 "hasPredefinedUrl": true,
16 "hasCustomUrl": false
17 }
18}