- Add web app manifest for home screen installation - Implement service worker with offline caching strategy - Create offline fallback page with auto-reconnect - Generate PWA icons in multiple sizes (72px-512px) - Add PWA meta tags and Apple Touch icons to all pages - Register service worker with graceful degradation - Update documentation with PWA installation instructions - Add browserconfig.xml for Windows tile support Features: - Installable on mobile and desktop - Offline functionality with cached resources - App-like experience in standalone mode - Automatic updates when online - Works seamlessly with existing progressive enhancement 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
32 lines
No EOL
1.4 KiB
XML
32 lines
No EOL
1.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<svg width="384" height="384" viewBox="0 0 384 384" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#2196F3;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#1976D2;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- Background circle -->
|
|
<circle cx="192" cy="192" r="192" fill="url(#bg)"/>
|
|
|
|
<!-- Ice crystal/snowflake icon -->
|
|
<g transform="translate(192, 192)">
|
|
<!-- Main cross -->
|
|
<line x1="-115.19999999999999" y1="0" x2="115.19999999999999" y2="0" stroke="white" stroke-width="30.72" stroke-linecap="round"/>
|
|
<line x1="0" y1="-115.19999999999999" x2="0" y2="115.19999999999999" stroke="white" stroke-width="30.72" stroke-linecap="round"/>
|
|
|
|
<!-- Diagonal lines -->
|
|
<line x1="-80.64" y1="-80.64" x2="80.64" y2="80.64" stroke="white" stroke-width="23.04" stroke-linecap="round"/>
|
|
<line x1="80.64" y1="-80.64" x2="-80.64" y2="80.64" stroke="white" stroke-width="23.04" stroke-linecap="round"/>
|
|
|
|
<!-- Small decorative elements -->
|
|
<circle cx="0" cy="0" r="15.36" fill="white"/>
|
|
<circle cx="57.599999999999994" cy="0" r="7.68" fill="white"/>
|
|
<circle cx="-57.599999999999994" cy="0" r="7.68" fill="white"/>
|
|
<circle cx="0" cy="57.599999999999994" r="7.68" fill="white"/>
|
|
<circle cx="0" cy="-57.599999999999994" r="7.68" fill="white"/>
|
|
</g>
|
|
|
|
|
|
</svg> |