Files
suwayomi-material-you-webui/public/site.webmanifest

28 lines
678 B
Plaintext
Raw Normal View History

2025-01-09 00:17:56 +01:00
{
2026-03-10 22:28:19 +01:00
"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"
}