Add favicons and update manifest.webmanifest

This commit is contained in:
Timothée Goguely 2024-11-20 18:16:59 +01:00
parent 6b69018812
commit 6df5def296
8 changed files with 31 additions and 5 deletions

View file

@ -1,9 +1,22 @@
{
"short_name": "PdC",
"name": "Pochet du Courval",
"name": "Design to Light",
"description": "",
"background_color": "#F0F0F0",
"theme_color": "#00968F",
"icons": [
{
"src": "/assets/favicons/android-chrome-192x192.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "maskable"
},
{
"src": "/assets/favicons/android-chrome-512x512.png",
"type": "image/png",
"sizes": "512x512",
"purpose": "maskable"
}
],
"background_color": "#FFFFFF",
"theme_color": "#D60F3C",
"display": "minimal-ui",
"start_url": "/"
}