mirror of
https://github.com/Lissy93/dotfiles.git
synced 2025-02-16 15:09:12 +01:00
Updates default browsers
This commit is contained in:
parent
6a75d2d9d9
commit
26c30ee90d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user