add:logo and manifest.json

This commit is contained in:
2025-09-26 16:03:31 +02:00
parent 93eded5e78
commit d8f7921970
9 changed files with 125 additions and 0 deletions

26
static/manifest.json Normal file
View File

@@ -0,0 +1,26 @@
{
"short_name": "Serengo",
"name": "Serengo",
"description": "Meet the unexcpected.",
"icons": [
{
"src": "/favicon-64x64.png",
"sizes": "64x64",
"type": "image/png"
},
{
"src": "/favicon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/favicon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "black",
"background_color": "white"
}