feat #6: add logo to project and favicon

This commit is contained in:
Melora Hugues 2023-10-21 20:56:24 +02:00
parent 8e2b9b859a
commit 0b0fc6f129
13 changed files with 80 additions and 1 deletions

View file

@ -0,0 +1,14 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "static/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}