Skip to content

Instantly share code, notes, and snippets.

@adhrinae
Created November 6, 2020 10:58
Show Gist options
  • Save adhrinae/0556c2652bee6540f1e0dcc67d9495ec to your computer and use it in GitHub Desktop.
Save adhrinae/0556c2652bee6540f1e0dcc67d9495ec to your computer and use it in GitHub Desktop.
Finicky setting
module.exports = {
defaultBrowser: "Safari",
options: {
hideIcon: true,
},
handlers: [
{
match: [
/protopie\.atlassian\.net/,
/notion\.so\/protopie\/.*$/,
/figma\.com/,
/gitlab\.protopie\.io/,
/cloud\.protopie\.io/,
/docs\.google\.com/,
],
browser: "Google Chrome",
},
{
match: [/facebook\.com/, /twitter\.com/, /linkedin\.com/, /netflix\.com/],
browser: "Safari",
},
{
match: [/youtube\.com/, /youtu\.be/, /github\.com/],
browser: "Microsoft Edge",
},
],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment