In a previous version of this crate, there was a Browser enum that was iterable (thanks to strum) to iterate over all supported browser names. The new FirefoxPath and ChromiumPath traits are not iterable, so crate users need to reproduce the list {Firefox, Floorp, Librewolf, Zen} and keep it up to date with the decrypt-cookies crate.
It would be convenient if the crate provided something like ChromiumName and FirefoxName enums (as implemented in tidy-browser).