Add PWA support: manifest, service worker, icons

This commit is contained in:
Andre
2026-02-27 09:55:21 +01:00
parent 5a035134b2
commit bf0e3a9038
13 changed files with 207 additions and 9 deletions
+9
View File
@@ -0,0 +1,9 @@
<svg xmlns="http://www.w3.org/2000/svg" width="192" height="192" viewBox="0 0 192 192">
<rect width="192" height="192" rx="24" fill="#0F172A"/>
<circle cx="96" cy="96" r="70" fill="none" stroke="#34D399" stroke-width="6"/>
<circle cx="96" cy="96" r="55" fill="none" stroke="#34D399" stroke-width="3" opacity="0.5"/>
<line x1="96" y1="96" x2="96" y2="46" stroke="#F8FAFC" stroke-width="6" stroke-linecap="round"/>
<line x1="96" y1="96" x2="126" y2="96" stroke="#F8FAFC" stroke-width="4" stroke-linecap="round"/>
<line x1="96" y1="96" x2="96" y2="66" stroke="#34D399" stroke-width="3" stroke-linecap="round"/>
<circle cx="96" cy="96" r="6" fill="#34D399"/>
</svg>

After

Width:  |  Height:  |  Size: 676 B