aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/whatsapp/package.json
blob: 990718ee4a2754ddfc561289abc3d2fcc1911d8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "id": "whatsapp",
  "name": "WhatsApp",
  "version": "2.0.8",
  "description": "WhatsApp",
  "main": "index.js",
  "author": "Stefan Malzner <stefan@adlk.io>",
  "contributors": [
    "beppe9000 <6625123+beppe9000@users.noreply.github.com>"
  ],
  "license": "MIT",
  "config": {
    "serviceURL": "https://web.whatsapp.com",
    "hasNotificationSound": true,
    "hasDirectMessages": true,
    "hasIndirectMessages": true,
    "disablewebsecurity": true
  }
}