ebabx/manifest.webmanifest

20 lines
457 B
JSON

{
"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": "/"
}