aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/outlook/package.json
diff options
context:
space:
mode:
authorLibravatar Cromefire_ <tim.langhorst@outlook.de>2021-01-05 22:59:23 +0100
committerLibravatar GitHub <noreply@github.com>2021-01-05 22:59:23 +0100
commit822c5680c0461c90468cd8a69a37e3354376c73c (patch)
tree3b303387bb6f6270d92b82a703df802800a6626c /recipes/outlook/package.json
parentAdd recipe for Infomaniak Mail (#373) (diff)
downloadferdium-recipes-822c5680c0461c90468cd8a69a37e3354376c73c.tar.gz
ferdium-recipes-822c5680c0461c90468cd8a69a37e3354376c73c.tar.zst
ferdium-recipes-822c5680c0461c90468cd8a69a37e3354376c73c.zip
Synchronize Outlook services and correct message count (#398)
Diffstat (limited to 'recipes/outlook/package.json')
-rw-r--r--recipes/outlook/package.json23
1 files changed, 12 insertions, 11 deletions
diff --git a/recipes/outlook/package.json b/recipes/outlook/package.json
index 79f3b4b..7594b71 100644
--- a/recipes/outlook/package.json
+++ b/recipes/outlook/package.json
@@ -1,13 +1,14 @@
1{ 1{
2 "id": "outlook", 2 "id": "outlook",
3 "name": "Outlook", 3 "name": "Outlook Web App",
4 "version": "1.0.1", 4 "version": "1.1.0",
5 "description": "Outlook Web App", 5 "description": "Outlook Web App",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Wouter Van Speybroeck <wouter.van.speybroeck@gmail.com>", 7 "author": "Wouter Van Speybroeck <wouter.van.speybroeck@gmail.com>",
8 "repository": "", 8 "license": "MIT",
9 "license": "MIT", 9 "config": {
10 "config": { 10 "serviceURL": "https://outlook.live.com/mail/",
11 "serviceURL": "https://outlook.live.com/owa/" 11 "hasNotificationSound": true,
12 } 12 "hasTeamId": false
13 }
13} 14}