Skip to content

Instantly share code, notes, and snippets.

@webrgp
Created August 3, 2022 15:35
Show Gist options
  • Save webrgp/37803fda8ef48f901da0e8667152cad7 to your computer and use it in GitHub Desktop.
Save webrgp/37803fda8ef48f901da0e8667152cad7 to your computer and use it in GitHub Desktop.
finicky.js config file
module.exports = {
options: {
hideIcon: true,
},
defaultBrowser: 'Safari',
handlers: [
{
match: finicky.matchHostnames(['localhost']),
browser: 'Brave Browser',
},
{
match: [
/^https?:\/\/.*\.ddev\.site(\/.*)?$/,
/^https?:\/\/.*\.nitro(\/.*)?$/,
/^https?:\/\/.*\.test(\/.*)?$/,
/^https?:\/\/dative\.freshdesk\.com(\/.*)?$/,
/^https?:\/\/dative\.teamwork\.com(\/.*)?$/,
/^https?:\/\/meet\.google\.com(\/.*)?$/,
],
browser: 'Brave Browser',
},
],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment