aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/infomaniak-mail/package.json
diff options
context:
space:
mode:
authorLibravatar bidouilles <lbergeret@gmail.com>2021-01-05 22:58:08 +0100
committerLibravatar GitHub <noreply@github.com>2021-01-05 22:58:08 +0100
commit65ceeaff903719eb740413da48309301e505fb98 (patch)
tree01f9206e95c0f6c8baca5a18d628b3fccd3c2ec9 /recipes/infomaniak-mail/package.json
parentUpdate WhatsApp recipe to capture more unread message counters (#377) (diff)
downloadferdium-recipes-65ceeaff903719eb740413da48309301e505fb98.tar.gz
ferdium-recipes-65ceeaff903719eb740413da48309301e505fb98.tar.zst
ferdium-recipes-65ceeaff903719eb740413da48309301e505fb98.zip
Add recipe for Infomaniak Mail (#373)
Diffstat (limited to 'recipes/infomaniak-mail/package.json')
-rw-r--r--recipes/infomaniak-mail/package.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes/infomaniak-mail/package.json b/recipes/infomaniak-mail/package.json
new file mode 100644
index 0000000..b9e0c71
--- /dev/null
+++ b/recipes/infomaniak-mail/package.json
@@ -0,0 +1,24 @@
1{
2 "id": "infomaniak-mail",
3 "name": "Infomaniak Mail",
4 "version": "1.0.0",
5 "description": "infomaniak-mail",
6 "main": "index.js",
7 "author": "Lionel <lionel@bergeret.email>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://mail.infomaniak.com/",
11 "serviceName": "infomaniak-mail",
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 }
24}