Skip to content

Commit

Permalink
fix(microsoft): Add new office365.com domains (#2368)
Browse files Browse the repository at this point in the history
  • Loading branch information
izontm authored Jan 18, 2025
1 parent e216a43 commit 3e50635
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/origins.js
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,10 @@ export default {
url: '*://tasks.office.com/*',
name: 'Microsoft Planner'
},
'tasks.office365.com': {
url: '*://tasks.office365.com/*',
name: 'Microsoft Planner'
},
'to-do.live.com': {
url: '*://*.to-do.live.com/*',
name: 'Microsoft To-Do',
Expand All @@ -401,6 +405,11 @@ export default {
name: 'Microsoft To-Do',
file: 'microsoft-to-do.js'
},
'to-do.office365.com': {
url: '*://*.to-do.office365.com/*',
name: 'Microsoft To-Do',
file: 'microsoft-to-do.js'
},
'minicrm.pl': {
url: '*://*.minicrm.pl/*',
name: 'Minicrm',
Expand Down Expand Up @@ -450,6 +459,11 @@ export default {
name: 'Outlook',
file: 'outlook.js'
},
'outlook.office365.com': {
url: '*://outlook.office365.com/*',
name: 'Outlook',
file: 'outlook.js'
},
'outlook.live.com': {
url: '*://outlook.live.com/*',
name: 'Outlook',
Expand Down

0 comments on commit 3e50635

Please sign in to comment.