fn icon_data_url(png_bytes: &[u8]) -> Option<String>Expand description
A data:image/png;base64,… URL for the app icon (AUT-288), or None when
no icon was captured (empty bytes — the row then shows its glyph). The
backend ships native-size PNGs; None is the headless / no-icon path.