Files
docker-website/app/favicon/site.webmanifest
valere f0e2aa237a
All checks were successful
Deploy App / deploy (push) Successful in 4m5s
update with nuxt4 for docker-web
2025-08-29 16:08:08 +02:00

21 lines
441 B
JSON

{
"name": "docker-web",
"short_name": "docker-web",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}