feat(front): add app icon for android, web and windows + agenda stub

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-09-24 11:53:43 +02:00
co-authored by Cursor
parent 147051821a
commit a0a5e15b04
22 changed files with 448 additions and 10 deletions
+5 -5
View File
@@ -3,19 +3,19 @@
"short_name": "P'titsPas",
"start_url": ".",
"display": "standalone",
"background_color": "#FFFEF9",
"theme_color": "#8AD0C8",
"background_color": "#ffffff",
"theme_color": "#ffffff",
"description": "P'titsPas - Grandir pas à pas, sereinement",
"orientation": "portrait-primary",
"prefer_related_applications": false,
"icons": [
{
"src": "assets/images/icon.png",
"src": "icons/Icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "assets/images/icon.png",
"src": "icons/Icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
@@ -32,4 +32,4 @@
"purpose": "maskable"
}
]
}
}