aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/proton-mail
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/proton-mail')
-rw-r--r--recipes/proton-mail/package.json19
1 files changed, 2 insertions, 17 deletions
diff --git a/recipes/proton-mail/package.json b/recipes/proton-mail/package.json
index b4b4f8d..35952fc 100644
--- a/recipes/proton-mail/package.json
+++ b/recipes/proton-mail/package.json
@@ -1,24 +1,9 @@
1{ 1{
2 "id": "proton-mail", 2 "id": "proton-mail",
3 "name": "ProtonMail", 3 "name": "ProtonMail",
4 "version": "1.2.2", 4 "version": "1.2.3",
5 "description": "proton-mail",
6 "main": "index.js",
7 "author": "Lukas Reineke <lukas.reineke@protonmail.com>",
8 "license": "MIT", 5 "license": "MIT",
9 "config": { 6 "config": {
10 "serviceURL": "https://mail.protonmail.com/login", 7 "serviceURL": "https://mail.protonmail.com/login"
11 "serviceName": "ProtonMail",
12 "message": "",
13 "popup": [],
14 "hasNotificationSound": false,
15 "hasIndirectMessages": false,
16 "hasTeamID": false,
17 "customURL": false,
18 "hostedOnly": false,
19 "webviewOptions": {
20 "disablewebsecurity": ""
21 },
22 "openDevTools": false
23 } 8 }
24} 9}