pub fn detect_browsers() -> Vec<BrowserInfo>Expand description
Detect installed browsers on the current OS.
This function never errors: it returns an empty list when nothing is detected.
Detection sources (best-effort):
- Windows: common install paths +
.exeversion info - macOS:
/Applications/*.app+Info.plistversion - Linux:
PATHbinaries + Flatpak/Snap inspection (if available)