aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/office365-owa/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/office365-owa/package.json')
-rw-r--r--recipes/office365-owa/package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/recipes/office365-owa/package.json b/recipes/office365-owa/package.json
index 354578d..56690e2 100644
--- a/recipes/office365-owa/package.json
+++ b/recipes/office365-owa/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "id": "office365-owa", 2 "id": "office365-owa",
3 "name": "Office 365 Outlook", 3 "name": "Office 365 Outlook",
4 "version": "1.4.6", 4 "version": "1.5.0",
5 "license": "MIT", 5 "license": "MIT",
6 "aliases": [ 6 "aliases": [
7 "live.com" 7 "live.com"
@@ -10,6 +10,7 @@
10 "serviceURL": "https://outlook.office365.com/mail/", 10 "serviceURL": "https://outlook.office365.com/mail/",
11 "hasNotificationSound": true, 11 "hasNotificationSound": true,
12 "hasHostedOption": true, 12 "hasHostedOption": true,
13 "hasCustomUrl": true 13 "hasCustomUrl": true,
14 "allowFavoritesDelineationInUnreadCount": true
14 } 15 }
15} 16}