defaultBrowser = "org.mozilla.Firefox" --defaultBrowser = "com.google.Chrome" --defaultBrowser = "com.apple.Safari" hs.loadSpoon("SpoonInstall") Install=spoon.SpoonInstall Install:andUse("URLDispatcher", { config = { url_patterns = { { "https?://www.figma.com", "com.figma.Desktop" }, { "https?://www.notion.so", "notion.id" }, }, default_handler = defaultBrowser }, start = true } )