style: pfandlogo.png statt .jpg (transparente Version)

- public/pfandlogo.png ersetzt pfandlogo.jpg
- Alle Referenzen umgestellt (Login, TopNav, SuperAdmin, index.html, manifest.json)
- favicon type=image/png
This commit is contained in:
christian
2026-05-26 13:42:21 +00:00
parent 25ede6f2a3
commit 712afdd253
12 changed files with 63 additions and 2807 deletions

View File

@@ -7,7 +7,7 @@
"theme_color": "#051e23",
"description": "Digitale Pfand- und Tourenverwaltung",
"icons": [
{ "src": "pfandlogo.jpg", "sizes": "1000x1000", "type": "image/jpeg" },
{ "src": "pfandlogo.png", "sizes": "1000x1000", "type": "image/png" },
{ "src": "icon-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "icon-512.png", "sizes": "512x512", "type": "image/png" }
]