- Endpoint Express /manifest.json com name/short_name/icons/theme - /icon.svg vetorial (veleiro estilizado em paleta marítima) - Links manifest + apple-touch-icon nos 2 HTMLs (app/ e server/public/) Habilita: - Android Chrome: 'Add to Home Screen' com ícone bonito - iOS Safari: ícone na tela inicial - PWABuilder: pode gerar APK Android sideload-ready Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
10 lines
603 B
XML
10 lines
603 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
<rect width="512" height="512" rx="96" fill="#0e2a3d"/>
|
|
<g transform="translate(256 256)">
|
|
<path d="M -160 80 L 160 80 L 130 130 L -130 130 Z" fill="#a07832"/>
|
|
<path d="M 0 -180 L 0 70" stroke="#a07832" stroke-width="6" stroke-linecap="round"/>
|
|
<path d="M 0 -160 L 110 60 L 0 60 Z" fill="#efe5cd"/>
|
|
<path d="M 0 -160 L -90 50 L 0 50 Z" fill="#efe5cd" opacity="0.85"/>
|
|
</g>
|
|
<text x="256" y="450" font-family="Georgia, serif" font-style="italic" font-size="56" fill="#c89f54" text-anchor="middle">Shivao</text>
|
|
</svg>
|