Description
The app currently lists Firefox as a known browser but doesn't have dedicated AppleScript support. It falls back to the generic open location command. We should verify it works correctly and add tab-specific handling if possible.
Tasks
Resources
- Router code in
Sources/BrowserProxy/Router.swift
- Look at the Safari tab implementation for reference
Testing
- Set default browser to Firefox, click a link, verify Firefox opens the URL
- Test with Firefox already running vs not running
Description
The app currently lists Firefox as a known browser but doesn't have dedicated AppleScript support. It falls back to the generic
open locationcommand. We should verify it works correctly and add tab-specific handling if possible.Tasks
open locationAppleScript command works in FirefoxREADME.mdwith any Firefox-specific notesResources
Sources/BrowserProxy/Router.swiftTesting