Lettres Magiques — jeu de prénoms HTML5 (mobile+ordi)

This commit is contained in:
Poulpe
2026-06-17 08:43:53 +00:00
commit 379aaac74d
8 changed files with 1079 additions and 0 deletions

15
manifest.webmanifest Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "Lettres Magiques",
"short_name": "Lettres",
"description": "Un jeu pour apprendre les lettres en s'amusant.",
"start_url": ".",
"scope": "./",
"display": "standalone",
"orientation": "portrait",
"background_color": "#5b6cff",
"theme_color": "#6a5cff",
"icons": [
{ "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
{ "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
]
}