puzzle-trainer/manifest.json
2026-05-23 01:05:21 +00:00

22 lines
457 B
JSON

{
"name": "Puzzle Trainer",
"short_name": "Puzzles",
"description": "Entraîne-toi aux puzzles logiques chaque jour.",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#111827",
"lang": "fr",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}