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

27 lines
571 B
JSON
Raw Normal View History

2025-01-09 00:17:56 +01:00
{
"name": "Suwayomi",
"short_name": "Suwayomi",
"start_url": ".",
"icons": [
{
2025-09-24 00:23:19 +03:00
"src": "./web-app-manifest-192x192.png",
2025-01-09 00:17:56 +01:00
"sizes": "192x192",
"type": "image/png"
},
{
2025-09-24 00:23:19 +03:00
"src": "./web-app-manifest-192x192.png",
2025-01-09 00:17:56 +01:00
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
2025-09-24 00:23:19 +03:00
"src": "./web-app-manifest-512x512.png",
2025-01-09 00:17:56 +01:00
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#3181C0",
"background_color": "#3181C0",
"display": "standalone"
}