RECETTE : MAJ LOGO icines

This commit is contained in:
Anthony Mahé
2025-06-02 16:43:25 +02:00
parent 2622d8a5f7
commit 77f9183bf8
30 changed files with 66 additions and 377 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "MyWebSite",
"short_name": "MySite",
"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": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}