aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/zalo/package.json
blob: 183fc201304eac22778dd8cc2c7f7ba0cbcc1c9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "id": "zalo",
  "name": "Zalo",
  "version": "1.1.1",
  "description": "Zalo",
  "main": "index.js",
  "author": "RoiArthurB <arthurbrugiere01@gmail.com>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://chat.zalo.me/",
    "hasNotificationSound": true,
    "hasDirectMessages": true,
    "hasIndirectMessages": false,
    "hasTeamID": false,
    "hasPredefinedUrl": true,
    "hasCustomUrl": false
  }
}