rubis/landing/site.webmanifest
ordinarthur 269c67ace2
Some checks failed
Build & Deploy / build-and-deploy (push) Failing after 8s
add landing v3
2026-05-05 18:52:34 +02:00

22 lines
442 B
JSON

{
"name": "Rubis Sur l'Ongle",
"short_name": "Rubis",
"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": "#9F1239",
"background_color": "#FAF7F2",
"display": "standalone"
}