Ajout du webmanifest
parent
07163f6b7c
commit
cd47839531
|
@ -8,7 +8,7 @@
|
|||
<title>Simulateur d'embauche</title>
|
||||
<meta name="description" content="Simulation du prix d'une embauche en France" data-react-helmet="true"> <!-- data-helmet pour que React Helmet puisse écraser ce meta par défaut -->
|
||||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:200,300,400,500,600,700' rel='stylesheet' type='text/css'>
|
||||
|
||||
<link rel="manifest" href="/manifest.webmanifest">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "Simulateur d'embauche",
|
||||
"short_name": "Embauche",
|
||||
"description": "Jongler entre les différents salaires lors d'une embauche",
|
||||
"display": "standalone",
|
||||
"lang": "fr",
|
||||
"orientation": "portrait-primary",
|
||||
"theme_color": "#2975D1",
|
||||
"icons": [{
|
||||
"src": "/dist/images/marianne.svg",
|
||||
"sizes": "48x48 72x72 96x96 128x128 256x256",
|
||||
"type": "image/svg"
|
||||
}],
|
||||
"related_applications": [{
|
||||
"platform": "web"
|
||||
}],
|
||||
"background_color": "#2975D1"
|
||||
}
|
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 824 KiB After Width: | Height: | Size: 855 KiB |
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
Loading…
Reference in New Issue