michangarrito-frontend-v2/public/pwa-512x512.svg
rckrdmrd b1e75b8618 [MCH-FE] feat: Add PWA support with Vite plugin
- Install and configure vite-plugin-pwa
- Add manifest configuration for MiChangarrito
- Create SVG icons (192x192, 512x512) with MCH branding
- Add apple-touch-icon and favicon
- Update index.html with PWA meta tags
- Enable service worker with workbox for offline caching

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 02:26:58 -06:00

5 lines
289 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
<rect width="512" height="512" fill="#f97316" rx="64"/>
<text x="256" y="320" font-family="Arial, sans-serif" font-size="192" font-weight="bold" fill="white" text-anchor="middle">MCH</text>
</svg>