Refactor Docker setup and enhance PWA features with service worker, caching, and manifest updates

This commit is contained in:
MayaChat
2025-11-24 13:41:08 -05:00
parent 781346e757
commit 734c9dc70c
8 changed files with 188 additions and 9 deletions

BIN
logos/icon-192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

8
logos/icon-192.svg Normal file
View File

@@ -0,0 +1,8 @@
<svg width="192" height="192" xmlns="http://www.w3.org/2000/svg">
<rect width="192" height="192" fill="#0f3460"/>
<circle cx="96" cy="96" r="70" fill="#26fdd9" opacity="0.3"/>
<circle cx="96" cy="96" r="50" fill="#2bb2e6" opacity="0.5"/>
<path d="M 96 56 L 116 86 L 76 86 Z" fill="#fff"/>
<path d="M 96 136 L 76 106 L 116 106 Z" fill="#fff"/>
<circle cx="96" cy="96" r="8" fill="#fff"/>
</svg>

After

Width:  |  Height:  |  Size: 406 B

BIN
logos/icon-512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB