This commit is contained in:
2025-12-14 11:15:50 +01:00
parent d599677eec
commit 8462027d1d
36 changed files with 5539 additions and 1 deletions

24
public/manifest.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "Mario Runner Game",
"short_name": "Mario Runner",
"description": "Jeu de plateforme mobile avec contrôle gyroscope",
"start_url": "/",
"display": "fullscreen",
"orientation": "landscape",
"background_color": "#000000",
"theme_color": "#4CAF50",
"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"
}
]
}