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.json11
1 files changed, 2 insertions, 9 deletions
diff --git a/recipes/zalo/package.json b/recipes/zalo/package.json
index 42636b3..1815891 100644
--- a/recipes/zalo/package.json
+++ b/recipes/zalo/package.json
@@ -1,17 +1,10 @@
1{ 1{
2 "id": "zalo", 2 "id": "zalo",
3 "name": "Zalo", 3 "name": "Zalo",
4 "version": "1.1.2", 4 "version": "1.1.3",
5 "description": "Zalo",
6 "main": "index.js",
7 "author": "RoiArthurB <arthurbrugiere01@gmail.com>",
8 "license": "MIT", 5 "license": "MIT",
9 "config": { 6 "config": {
10 "serviceURL": "https://chat.zalo.me/", 7 "serviceURL": "https://chat.zalo.me/",
11 "hasNotificationSound": true, 8 "hasNotificationSound": true
12 "hasDirectMessages": true,
13 "hasIndirectMessages": false,
14 "hasTeamID": false,
15 "hasCustomUrl": false
16 } 9 }
17} 10}