- 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>
5 lines
287 B
XML
5 lines
287 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 192 192" width="192" height="192">
|
|
<rect width="192" height="192" fill="#f97316" rx="24"/>
|
|
<text x="96" y="120" font-family="Arial, sans-serif" font-size="72" font-weight="bold" fill="white" text-anchor="middle">MCH</text>
|
|
</svg>
|