aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/proton-mail/package.json
blob: b4b4f8d7f131c67872e51bac30290ba6d707e52c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "id": "proton-mail",
  "name": "ProtonMail",
  "version": "1.2.2",
  "description": "proton-mail",
  "main": "index.js",
  "author": "Lukas Reineke <lukas.reineke@protonmail.com>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://mail.protonmail.com/login",
    "serviceName": "ProtonMail",
    "message": "",
    "popup": [],
    "hasNotificationSound": false,
    "hasIndirectMessages": false,
    "hasTeamID": false,
    "customURL": false,
    "hostedOnly": false,
    "webviewOptions": {
      "disablewebsecurity": ""
    },
    "openDevTools": false
  }
}