aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/wechat/package.json
blob: 8341a0832ee55f435bf372b0ca92956cdbc7a36b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "id": "wechat",
  "name": "WeChat",
  "version": "1.0.0",
  "description": "Instant messaging",
  "main": "index.js",
  "author": "Koma",
  "license": "MIT",
  "repository": "https://github.com/koma-private/recipe-wechat",
  "config": {
    "hasNotificationSound": true,
    "hasIndirectMessages": true,
    "serviceURL": "https://web.wechat.com/"
  }
}