Skip to content

Commit c61c841

Browse files
committed
fix(microsoft): Add new cloud.microsoft domains
1 parent e33becb commit c61c841

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/origins.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,11 @@ export default {
372372
name: 'MeisterTask',
373373
file: 'meistertask.js'
374374
},
375+
'planner.cloud.microsoft': {
376+
url: '*://planner.cloud.microsoft/*',
377+
name: 'Microsoft Planner',
378+
file: 'microsoft-planner.js'
379+
},
375380
'tasks.office.com': {
376381
url: '*://tasks.office.com/*',
377382
name: 'Microsoft Planner'
@@ -430,6 +435,11 @@ export default {
430435
name: 'osTicket',
431436
file: 'osticket.js'
432437
},
438+
'outlook.cloud.microsoft': {
439+
url: '*://outlook.cloud.microsoft/*',
440+
name: 'Outlook',
441+
file: 'outlook.js'
442+
},
433443
'outlook.office.com': {
434444
url: '*://outlook.office.com/*',
435445
name: 'Outlook',

0 commit comments

Comments
 (0)