Telegram (ask questions / claim the issue here first): https://t.me/+DOylgFv1jyJlNzM0
Why this matters
frontend/public/manifest.webmanifest:14,20 point icons to /icons/icon-192x192.png and /icons/icon-512x512.png, but public/icons only contains icon-192x192.svg and icon-512x512.svg (PNG android-chrome icons live under public/images). Both manifest icon URLs 404, breaking PWA installability/home-screen icon despite the serwist service worker setup.
Acceptance criteria
Files to touch
frontend/public/manifest.webmanifest
Out of scope
- Adding additional icon sizes
Why this matters
frontend/public/manifest.webmanifest:14,20 point icons to /icons/icon-192x192.png and /icons/icon-512x512.png, but public/icons only contains icon-192x192.svg and icon-512x512.svg (PNG android-chrome icons live under public/images). Both manifest icon URLs 404, breaking PWA installability/home-screen icon despite the serwist service worker setup.
Acceptance criteria
Files to touch
frontend/public/manifest.webmanifestOut of scope