Skip to content

Commit

Permalink
fix(microsoft): Add new cloud.microsoft domains
Browse files Browse the repository at this point in the history
  • Loading branch information
izontm committed Oct 3, 2024
1 parent e33becb commit c61c841
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/origins.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,11 @@ export default {
name: 'MeisterTask',
file: 'meistertask.js'
},
'planner.cloud.microsoft': {
url: '*://planner.cloud.microsoft/*',
name: 'Microsoft Planner',
file: 'microsoft-planner.js'
},
'tasks.office.com': {
url: '*://tasks.office.com/*',
name: 'Microsoft Planner'
Expand Down Expand Up @@ -430,6 +435,11 @@ export default {
name: 'osTicket',
file: 'osticket.js'
},
'outlook.cloud.microsoft': {
url: '*://outlook.cloud.microsoft/*',
name: 'Outlook',
file: 'outlook.js'
},
'outlook.office.com': {
url: '*://outlook.office.com/*',
name: 'Outlook',
Expand Down

0 comments on commit c61c841

Please sign in to comment.