feat: Add PWA support for mobile app-like experience

Add manifest.json, meta tags and app icons to enable:
- Add to Home Screen on iOS/Android
- Standalone mode (no browser UI)
- Custom app icon (ROA) and theme color

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-12-10 13:22:07 +02:00
parent a4f4abb648
commit 5823cedb94
3 changed files with 2 additions and 1 deletions

View File

@@ -37,8 +37,9 @@ lerna-debug.log*
/blob-report/
/playwright/.cache/
# Test artifacts and debugging files
# Test artifacts and debugging files (exclude PWA icons)
*.png
!public/icon-*.png
*.jpg
*.jpeg
*.webm

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB