sutom/public/manifest.json

30 lines
613 B
JSON

{
"name": "SUTOM",
"short_name": "SUTOM",
"description": "Jeu de lettres SUTOM. Trouverez-vous le mot du jour ?",
"theme_color": "#ffbd00",
"background_color": "#2b2b2b",
"display": "standalone",
"orientation": "portrait-primary",
"scope": "/",
"start_url": "/",
"icons": [
{
"src": "/apple-touch-icon.png",
"sizes": "180x180",
"type": "image/png"
},
{
"src": "/icone-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icone-512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"lang": "fr-FR"
}