Use new icon

This commit is contained in:
schroda
2025-01-09 00:17:56 +01:00
parent d66b3eb38d
commit 11765c021a
10 changed files with 49 additions and 40 deletions

27
public/site.webmanifest Normal file
View File

@@ -0,0 +1,27 @@
{
"name": "Suwayomi",
"short_name": "Suwayomi",
"start_url": ".",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#3181C0",
"background_color": "#3181C0",
"display": "standalone"
}