Skip to content

Commit

Permalink
Update Office 365 Outlook service
Browse files Browse the repository at this point in the history
update domain from live.com to office.com

Update package.json

Update package.json
  • Loading branch information
Thelm76 authored and vraravam committed Jun 29, 2023
1 parent e2f889c commit c6bf541
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipes/office365-owa/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"id": "office365-owa",
"name": "Office 365 Outlook",
"version": "1.6.2",
"version": "1.7.0",
"license": "MIT",
"aliases": [
"office.com"
"live.com",
"outlook"
],
"config": {
"serviceURL": "https://outlook.live.com/mail/",
"serviceURL": "https://outlook.office.com/mail/",
"hasNotificationSound": true,
"hasHostedOption": true,
"hasCustomUrl": true,
Expand Down

0 comments on commit c6bf541

Please sign in to comment.