pub fn parse_device_name(user_agent: &str) -> String
Derive a human-readable device name from the User-Agent string.
User-Agent
Returns a string such as "Chrome on macOS" or "Safari on iPhone".
"Chrome on macOS"
"Safari on iPhone"