style: nouveau favicon plus lisible avec un S stylisé

This commit is contained in:
Julien Froidefond
2025-02-12 16:01:14 +01:00
parent c84f5685fe
commit edfaa1b01c
3 changed files with 48 additions and 0 deletions

17
public/manifest.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "StripStream",
"short_name": "StripStream",
"description": "A modern web reader for Komga",
"start_url": "/",
"display": "standalone",
"background_color": "#0F172A",
"theme_color": "#4F46E5",
"icons": [
{
"src": "/favicon.svg",
"sizes": "32x32",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}