aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-16 09:27:34 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-16 09:29:39 +0530
commit2f677cfb47c53f6c425203b42835bd95315e6011 (patch)
tree238eeb0c4d346dd11e1eba3fd35ce4c328d34570 /recipes
parentMarking 'yahoo-mail' recipe in the featured list. (diff)
downloadferdium-recipes-2f677cfb47c53f6c425203b42835bd95315e6011.tar.gz
ferdium-recipes-2f677cfb47c53f6c425203b42835bd95315e6011.tar.zst
ferdium-recipes-2f677cfb47c53f6c425203b42835bd95315e6011.zip
Changed Office365 recipe to allow for self-hosted urls. Bumped version.
Diffstat (limited to 'recipes')
-rw-r--r--recipes/office365-owa/package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/office365-owa/package.json b/recipes/office365-owa/package.json
index 35c4647..85560b7 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 Web App", 3 "name": "Office 365 Outlook Web App",
4 "version": "1.1.1", 4 "version": "1.2.0",
5 "description": "Office 365 Outlook Web App", 5 "description": "Office 365 Outlook Web App",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Adam Birds <adam.birds@adbtechltd.co.uk>", 7 "author": "Adam Birds <adam.birds@adbtechltd.co.uk>",
@@ -12,6 +12,8 @@
12 "config": { 12 "config": {
13 "serviceURL": "https://outlook.office365.com/mail/", 13 "serviceURL": "https://outlook.office365.com/mail/",
14 "hasNotificationSound": true, 14 "hasNotificationSound": true,
15 "hasTeamId": false 15 "hasTeamId": false,
16 "hasHostedOption": true,
17 "hasCustomUrl": true
16 } 18 }
17} 19}