Files
stripstream/public/manifest.json
2025-02-12 16:01:14 +01:00

18 lines
363 B
JSON

{
"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"
}
]
}