Close #63: Ajout d'un manifest

This commit is contained in:
JonathanMM 2022-04-24 11:53:58 +02:00
parent e1f02a666f
commit de75b24ff1
2 changed files with 20 additions and 0 deletions

View File

@ -10,6 +10,7 @@
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/manifest.json" />
</head>
<body>
<div id="contenu">

19
public/manifest.json Normal file
View File

@ -0,0 +1,19 @@
{
"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"
}
],
"lang": "fr-FR"
}