From 82ec0881877157aeb1a071e3b6f201ad72dd23ef Mon Sep 17 00:00:00 2001 From: RoiArthurB Date: Wed, 15 Apr 2020 20:06:58 +0700 Subject: Add new Zalo recipe --- uncompressed/zalo/package.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 uncompressed/zalo/package.json (limited to 'uncompressed/zalo/package.json') 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 @@ +{ + "id": "zalo", + "name": "Zalo", + "version": "1.0.0", + "description": "Zalo", + "main": "index.js", + "author": "RoiArthurB ", + "license": "MIT", + "config": { + "serviceURL": "https://chat.zalo.me/", + "hasNotificationSound": true, + "hasDirectMessages": true, + "hasIndirectMessages": false, + "hasTeamID": false, + "hasPredefinedUrl": true, + "hasCustomUrl": false + } +} -- cgit v1.2.3-70-g09d2