Files
gems/opal-web/static/favicon.svg
T
joakim 8145645252 feat(pwa): complete PWA configuration
- Generate PWA icons in multiple sizes (72-512px)
- Create favicon.svg with app branding
- Add offline.html fallback page
- Update app.html with PWA meta tags
- Add theme-color and apple-touch-icon
- Configure viewport-fit for mobile notches
- PWA manifest already configured in vite.config.js
- Service worker caching already configured
2026-01-06 16:17:57 +01:00

5 lines
265 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<rect width="32" height="32" rx="6" fill="#4f46e5"/>
<text x="16" y="24" font-family="Arial" font-size="20" font-weight="bold" fill="white" text-anchor="middle">O</text>
</svg>