Skip to content

Commit

Permalink
feat: add support for MS Teams (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
splagemann authored Jul 18, 2022
1 parent d137a4c commit 902928c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/config/apps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@ export const apps = typeApps({
'com.maxthon.mac.Maxthon': {
name: 'Maxthon',
},
'com.microsoft.teams': {
name: 'Microsoft Teams',
convertUrl: (url) =>
url.replace('https://teams.microsoft.com/', 'msteams:/'),
},
'com.mighty.app': {
name: 'Mighty',
privateArg: '--incognito',
Expand Down

0 comments on commit 902928c

Please sign in to comment.