From 822c5680c0461c90468cd8a69a37e3354376c73c Mon Sep 17 00:00:00 2001 From: Cromefire_ Date: Tue, 5 Jan 2021 22:59:23 +0100 Subject: Synchronize Outlook services and correct message count (#398) --- recipes/outlook/package.json | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'recipes/outlook/package.json') 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 @@ { - "id": "outlook", - "name": "Outlook", - "version": "1.0.1", - "description": "Outlook Web App", - "main": "index.js", - "author": "Wouter Van Speybroeck ", - "repository": "", - "license": "MIT", - "config": { - "serviceURL": "https://outlook.live.com/owa/" - } + "id": "outlook", + "name": "Outlook Web App", + "version": "1.1.0", + "description": "Outlook Web App", + "main": "index.js", + "author": "Wouter Van Speybroeck ", + "license": "MIT", + "config": { + "serviceURL": "https://outlook.live.com/mail/", + "hasNotificationSound": true, + "hasTeamId": false + } } -- cgit v1.2.3-70-g09d2