aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/whatsapp/package.json
blob: 5331ac990a808688d2a6405e3de5dac0e3225633 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
  "id": "whatsapp",
  "name": "WhatsApp",
  "version": "2.0.2",
  "description": "WhatsApp",
  "main": "index.js",
  "author": "Stefan Malzner <stefan@adlk.io>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://web.whatsapp.com",
    "hasNotificationSound": true,
    "hasDirectMessages": true,
    "hasIndirectMessages": true,
    "disablewebsecurity": true
  }
}