Skip to content

[Frontend] PWA manifest references /icons/icon-192x192.png and 512.png but the files on disk are .svg, so install icons 404 #1240

Description

@grantfox-oss

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

  • Manifest icon src paths point to existing files (either rename to .svg with type image/svg+xml, or reference the PNGs in public/images)
  • Loading both icon URLs returns 200
  • Lighthouse PWA installability check passes for icons

Files to touch

  • frontend/public/manifest.webmanifest

Out of scope

  • Adding additional icon sizes

Metadata

Metadata

Assignees

Labels

Stellar WaveIssues in the Stellar wave programbugSomething isn't workingcriticalHigh-impact / hard issuefrontendIssues related to frontend developmentperformancePerformance improvements

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions