mon-entreprise/manifest.webmanifest

22 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"
}
]
}