Add manifest.webmanifest

This commit is contained in:
Timothée Goguely 2026-06-18 15:08:12 +02:00
parent 82c22feccc
commit f2d1610b39

20
manifest.webmanifest Normal file
View file

@ -0,0 +1,20 @@
{
"name": "ebabx",
"description": "école supérieure des beaux-arts de Bordeaux",
"icons": [
{
"sizes": "192x192",
"src": "/assets/favicons/android-chrome-192x192.png",
"type": "image/png"
},
{
"sizes": "512x512",
"src": "/assets/favicons/android-chrome-512x512.png",
"type": "image/png"
}
],
"background_color": "#FFF",
"theme_color": "#000",
"display": "minimal-ui",
"start_url": "/"
}