Skip to content

Instantly share code, notes, and snippets.

@walteh
Created January 26, 2026 14:49
Show Gist options
  • Select an option

  • Save walteh/b4d8bbef5650a6c37c4153bb2fe4bbf5 to your computer and use it in GitHub Desktop.

Select an option

Save walteh/b4d8bbef5650a6c37c4153bb2fe4bbf5 to your computer and use it in GitHub Desktop.
finiky-config-route-google-meet-to-apps
export default {
defaultBrowser: "Firefox Developer Edition",
rewrite: [],
handlers: [
{
match: ["meet.google.com/*", "g.co/meet/*", "*.meet.google.com/*"],
browser: "Google Meet",
},
],
};
@walteh
Copy link
Author

walteh commented Jan 26, 2026

Chrome Google Meet has more features than other browsers. So set my default browser to something else and create a Google Meet desktop app via chrome that meet links will open into.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment