sutom/public/manifest.json

30 lines
613 B
JSON
Raw Normal View History

2022-04-24 11:53:58 +02:00
{
"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"
2022-05-02 17:39:04 +02:00
},
{
"src": "/icone-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/icone-512.png",
"sizes": "512x512",
"type": "image/png"
2022-04-24 11:53:58 +02:00
}
],
"lang": "fr-FR"
}