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
2018-02-08 16:23:15 +01:00

22 lines
480 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": "/dist/images/logo-simulateur.svg",
"sizes": "48x48 72x72 96x96 128x128 256x256",
"type": "image/svg"
}
],
"related_applications": [
{
"platform": "web"
}
],
"background_color": "#2975D1"
}