25 lines
567 B
JSON
25 lines
567 B
JSON
{
|
|
"name": "Mario Runner Game",
|
|
"short_name": "Mario Runner",
|
|
"description": "Jeu de plateforme mobile avec contrôle gyroscope",
|
|
"start_url": "/",
|
|
"display": "fullscreen",
|
|
"orientation": "landscape-primary",
|
|
"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"
|
|
}
|
|
]
|
|
}
|