1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-08 22:15:02 +00:00
mon-entreprise/manifest.webmanifest

32 lines
686 B
JSON

{
"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": "/source/images/logo/logo-simulateur-48.png",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "/source/images/logo/logo-simulateur-144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "/source/images/logo/logo-simulateur-192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"related_applications": [
{
"platform": "web"
}
],
"background_color": "#2975D1"
}