lecoffre-front/public/manifest.json
hugolxt 910a5820b0
🚧 Init front repo lecoffre (#1)
Initialization of the front repository
2023-03-15 14:38:50 +01:00

16 lines
275 B
JSON

{
"short_name": "lecoffre",
"name": "lecoffre",
"icons": [
{
"src": "/favicon.ico",
"sizes": "32x32 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "light",
"background_color": "light"
}