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.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}