feat: favicon, webmanifest

This commit is contained in:
eneller
2025-03-21 19:43:34 +01:00
parent 82fea63583
commit 823639588a
9 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
{
"name": "epub2go Converter",
"short_name": "epub2go",
"icons": [
{
"src": "/static/favicon/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/static/favicon/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}