1
0
Fork 0
mirror of https://github.com/betagouv/mon-entreprise synced 2025-02-08 23:25:02 +00:00
mon-entreprise/manifest.webmanifest
2019-06-12 17:49:12 +02:00

21 lines
456 B
JSON

{
"name": "Mon entreprise",
"short_name": "Mon entreprise",
"description": "L'assistant officiel du créateur d'entreprise",
"display": "standalone",
"lang": "fr",
"orientation": "portrait-primary",
"theme_color": "#2975d1",
"icons": [
{
"src": "/favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/favicon/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}