Maj Icones

This commit is contained in:
Anthony Mahe
2025-06-01 16:52:31 +02:00
parent 50e52fe608
commit 3dc1fb5b37
18 changed files with 272 additions and 17 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "Charline Pasteur Avocate",
"short_name": "Charline Pasteur Avocate",
"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": "#cc4331",
"background_color": "#F9E7DB",
"display": "standalone"
}