Updates default browsers

This commit is contained in:
Alicia Sykes 2023-12-13 18:11:54 +00:00
parent 6a75d2d9d9
commit 26c30ee90d

View File

@ -11,7 +11,9 @@ module.exports = {
], ],
handlers: [ handlers: [
{ // Open work non-coding stuff in Chromium { // Open work non-coding stuff in Chromium
browser: "/Applications/Chromium.app", // browser: "/Applications/Chromium.app",
// We must use Chrome, because IT is evil.
browser: "/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome",
match: [ match: [
"*.google.com/*", "*.google.com/*",
"*and-digital.okta.com/*", "*and-digital.okta.com/*",
@ -22,6 +24,7 @@ module.exports = {
"*luna.and-digital.com/*", "*luna.and-digital.com/*",
"*miro.com/*", "*miro.com/*",
"*zoom.com/*", "*zoom.com/*",
"*.atlassian.net/*"
], ],
}, },
{ // Open coding stuff in Firefox { // Open coding stuff in Firefox