New identity
Deploy Spot / deploy (push) Successful in 38s

This commit is contained in:
2026-05-25 22:01:40 +02:00
parent fe8a8034ca
commit 7cad5fbdf9
33 changed files with 96 additions and 131 deletions
+20 -21
View File
@@ -1,22 +1,21 @@
{
"name": "Spotty",
"short_name": "Spotty",
"icons": [
{
"src": "/images/icons/android-chrome-192x192.png?v=GvmqYyKwbb",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/images/icons/android-chrome-512x512.png?v=GvmqYyKwbb",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "browser",
"orientation": "portrait"
}
"name": "LiveTrail",
"short_name": "LiveTrail",
"icons": [
{
"src": "/images/icons/web-app-manifest-192x192.png?v=20260525",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/images/icons/web-app-manifest-512x512.png?v=20260525",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#081b19",
"background_color": "#081b19",
"display": "standalone"
}