Files
livetrail/src/images/icons/site.webmanifest
T
franzz d0c33c31a8
Deploy Spot / deploy (push) Successful in 34s
Update icons
2026-05-28 02:16:24 +02:00

21 lines
487 B
JSON

{
"name": "LiveTrail",
"short_name": "LiveTrail",
"icons": [
{
"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=20260528",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#081B19",
"background_color": "#081B19",
"display": "standalone"
}