dd6958b4d6
- PWA: manifest, service worker (cache-first static, network-first API), offline page, install prompt banner - Auto-discovery: Docker socket + Traefik API scanning, approval UI - Quick-add bookmarklet: popup-based add page, favicon auto-detect - Multi-tab sync: BroadcastChannel for theme + data changes - i18n translations for all new strings (EN/RU)
8 lines
412 B
XML
8 lines
412 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
|
|
<rect width="512" height="512" rx="64" fill="#6366f1"/>
|
|
<rect x="64" y="64" width="160" height="160" rx="16" fill="white"/>
|
|
<rect x="288" y="64" width="160" height="160" rx="16" fill="white"/>
|
|
<rect x="64" y="288" width="160" height="160" rx="16" fill="white"/>
|
|
<rect x="288" y="288" width="160" height="160" rx="16" fill="white"/>
|
|
</svg>
|