default-browser-id
Get the bundle identifier of the default browser (macOS). Example: com.apple.Safari
bundle-name
Get bundle name from a bundle identifier (macOS): `com.apple.Safari` → `Safari`
bundle-id
Get bundle identifier from a bundle name (macOS): `Safari` → `com.apple.Safari`