style: nouveau favicon plus lisible avec un S stylisé
This commit is contained in:
17
public/manifest.json
Normal file
17
public/manifest.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user