Update icons
Deploy Spot / deploy (push) Successful in 34s

This commit is contained in:
2026-05-28 02:16:24 +02:00
parent 313dab26a2
commit d0c33c31a8
14 changed files with 613 additions and 297 deletions
+4 -4
View File
@@ -3,19 +3,19 @@
"short_name": "LiveTrail",
"icons": [
{
"src": "/images/icons/web-app-manifest-192x192.png?v=20260525",
"src": "/images/icons/web-app-manifest-192x192.png?v=20260528",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/images/icons/web-app-manifest-512x512.png?v=20260525",
"src": "/images/icons/web-app-manifest-512x512.png?v=20260528",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#081b19",
"background_color": "#081b19",
"theme_color": "#081B19",
"background_color": "#081B19",
"display": "standalone"
}