aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/outlook/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/outlook/package.json')
-rw-r--r--recipes/outlook/package.json23
1 files changed, 12 insertions, 11 deletions
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 @@
1{ 1{
2 "id": "outlook", 2 "id": "outlook",
3 "name": "Outlook", 3 "name": "Outlook Web App",
4 "version": "1.0.1", 4 "version": "1.1.0",
5 "description": "Outlook Web App", 5 "description": "Outlook Web App",
6 "main": "index.js", 6 "main": "index.js",
7 "author": "Wouter Van Speybroeck <wouter.van.speybroeck@gmail.com>", 7 "author": "Wouter Van Speybroeck <wouter.van.speybroeck@gmail.com>",
8 "repository": "", 8 "license": "MIT",
9 "license": "MIT", 9 "config": {
10 "config": { 10 "serviceURL": "https://outlook.live.com/mail/",
11 "serviceURL": "https://outlook.live.com/owa/" 11 "hasNotificationSound": true,
12 } 12 "hasTeamId": false
13 }
13} 14}