Files
Julien Calixte 58568e2245 fix(pwa): use alpha mask for monochrome icon
Per W3C spec, purpose: "monochrome" icons use only the alpha channel
as the silhouette; RGB is ignored and replaced with the platform
theme color. The previous monochrome-icon.png was a black-on-white
RGB image with no alpha, so Safari (macOS PWAs) and Chrome (Android
themed icons) treated every pixel as opaque and painted the whole
1024x1024 canvas with theme_color (#ffa4c0) - a solid pink tile.

Regenerate as RGBA with the silhouette in alpha (derived from the
favicon's alpha channel via a sharp-based helper script). Rename to
monochromeicon.png to bust Safari's stuck PWA icon cache from prior
broken installs.
2026-05-05 17:40:40 +02:00
..
2026-02-14 10:58:25 +01:00
2024-12-24 00:28:00 +01:00
2026-02-27 14:32:23 +01:00
2026-03-28 09:34:04 +01:00
2026-02-14 13:36:23 +01:00
2026-02-14 12:18:23 +01:00
2026-02-14 13:36:23 +01:00
2026-02-14 13:36:23 +01:00
2026-02-27 14:32:23 +01:00
2026-02-27 14:32:23 +01:00
2026-02-27 14:32:23 +01:00
2021-03-09 22:00:10 +01:00