fix: add id field to PWA manifest (#570)

without an explicit id, iOS may conflate different PWAs when routing
media session events. this caused tapping track metadata in control
center to open the wrong home screen app (leaflet.pub instead of plyr.fm).

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>

authored by zzstoatzz.io Claude Opus 4.5 and committed by GitHub 52a6122c 71de1066

Changed files
+1
frontend
+1
frontend/static/manifest.webmanifest
··· 1 1 { 2 2 "name": "plyr.fm", 3 + "id": "fm.plyr", 3 4 "short_name": "Plyr", 4 5 "start_url": "/", 5 6 "display": "standalone",