aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/office365-owa/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-23 15:06:12 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-09-23 15:08:32 +0530
commitc0406dda600387f4e9ace941e02a8783bc97d90c (patch)
treed19dba10c8c35d33992c8e66a3d409fa23beac4a /recipes/office365-owa/package.json
parentfix: updated 'skype' and 'discord' to properly relinquish 'win' object for im... (diff)
downloadferdium-recipes-c0406dda600387f4e9ace941e02a8783bc97d90c.tar.gz
ferdium-recipes-c0406dda600387f4e9ace941e02a8783bc97d90c.tar.zst
ferdium-recipes-c0406dda600387f4e9ace941e02a8783bc97d90c.zip
feature: allow services to delineate favorites vs non-favorites in unread counts
implements getferdi/recipes#721
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}