index.html, profiler.html, and every generated explainer page use a data-URI inline SVG for <link rel="icon">. That's fine in current Chrome/Firefox, but:
- iOS "Add to Home Screen" needs an
apple-touch-icon
- some browser tab / bookmark-bar contexts still fall back poorly without a real
favicon.ico
Request: export a couple of static icon files (16/32/180px) from the same brick-red circle mark already used for the inline SVG, and add the standard <link rel="icon" href="/favicon.ico"> / <link rel="apple-touch-icon"> tags alongside the existing inline SVG (which can stay as the modern-browser fallback).
index.html,profiler.html, and every generated explainer page use a data-URI inline SVG for<link rel="icon">. That's fine in current Chrome/Firefox, but:apple-touch-iconfavicon.icoRequest: export a couple of static icon files (16/32/180px) from the same brick-red circle mark already used for the inline SVG, and add the standard
<link rel="icon" href="/favicon.ico">/<link rel="apple-touch-icon">tags alongside the existing inline SVG (which can stay as the modern-browser fallback).