aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/zalo/package.json
diff options
context:
space:
mode:
authorLibravatar RoiArthurB <contact@arthurbrugiere.fr>2020-04-15 20:06:58 +0700
committerLibravatar RoiArthurB <contact@arthurbrugiere.fr>2020-04-15 20:06:58 +0700
commit82ec0881877157aeb1a071e3b6f201ad72dd23ef (patch)
treeadaedcc7b782d2cc1a1a5340b377e5389acd9d16 /uncompressed/zalo/package.json
parent#93 Update Zulip (diff)
downloadferdium-recipes-82ec0881877157aeb1a071e3b6f201ad72dd23ef.tar.gz
ferdium-recipes-82ec0881877157aeb1a071e3b6f201ad72dd23ef.tar.zst
ferdium-recipes-82ec0881877157aeb1a071e3b6f201ad72dd23ef.zip
Add new Zalo recipe
Diffstat (limited to 'uncompressed/zalo/package.json')
-rw-r--r--uncompressed/zalo/package.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/uncompressed/zalo/package.json b/uncompressed/zalo/package.json
new file mode 100644
index 0000000..8e2417c
--- /dev/null
+++ b/uncompressed/zalo/package.json
@@ -0,0 +1,18 @@
1{
2 "id": "zalo",
3 "name": "Zalo",
4 "version": "1.0.0",
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}