1- // Config file for Finicky
1+ // Config file for Finicky
22// Specifies which browser to open based on the URL
33// Docs: https://github.com/johnste/finicky
44module . exports = {
@@ -12,28 +12,47 @@ module.exports = {
1212 handlers : [
1313 { // Open work non-coding stuff in Chromium
1414 // browser: "/Applications/Chromium.app",
15- // We must use Chrome, because IT is evil.
16- browser : "/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome " ,
15+ // We must now use Chrome, because IT is evil.
16+ browser : "/Applications/Google\ Chrome.app" ,
1717 match : [
18+ // Generic work things
1819 "*.google.com/*" ,
19- "*and-digital.okta.com/*" ,
20- "*and-digital.zoom.us/*" ,
2120 "*atlassian.com/*" ,
2221 "*dev.azure.com/*" ,
2322 "*docs.google.com/*" ,
24- "*luna.and-digital.com/*" ,
2523 "*miro.com/*" ,
26- "*zoom.com/*" ,
27- "*.atlassian.net/*"
24+ "*.zoom.com/*" ,
25+ "*.atlassian.net/*" ,
26+ "*.pagerduty.com/*" ,
27+ "*.sentry.io/*" ,
28+ "app.incident.io/*" ,
29+ "app.clickup.com/*" ,
30+ "console.cloud.google.com/*" ,
31+ "*.myfreshworks.com/*" ,
32+ "*.openvpn.com/*" ,
33+ "*.slack.com/*" ,
34+ "*getmontecarlo.com/*" ,
35+
36+ // Loveholidays stuff
37+ "*.lvh.systems/*" ,
38+ "*.loveholidays.com/*" ,
39+ "*.hibob.com/*" ,
40+ "github.com/loveholidays/*" ,
41+
42+
43+ // I love Firefox, but Chrome devtools is better
44+ "localhost:*" ,
45+
46+ // AND Digital stuff
47+ "*and-digital.okta.com/*" ,
48+ "*and-digital.zoom.us/*" ,
49+ "*luna.and-digital.com/*" ,
50+
2851 ] ,
2952 } ,
3053 { // Open coding stuff in Firefox
3154 browser : "/Applications/Firefox.app" ,
3255 match : [ ] ,
3356 } ,
34- { // Open personal stuff in Orion
35- browser : "/Applications/Orion.app" ,
36- match : [ ] ,
37- } ,
3857 ]
3958} ;
0 commit comments