KTVManager_UI/static/site.webmanifest

20 lines
396 B
Plaintext
Raw Permalink Normal View History

2024-11-07 18:06:18 +00:00
{
"short_name": "kTv",
2025-07-15 10:37:34 +01:00
"name": "kTvManager",
2024-11-07 18:06:18 +00:00
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"type": "image/png",
2025-07-15 10:37:34 +01:00
"sizes": "192x192"
2024-11-07 18:06:18 +00:00
},
{
"src": "/web-app-manifest-512x512.png",
"type": "image/png",
2025-07-15 10:37:34 +01:00
"sizes": "512x512"
2024-11-07 18:06:18 +00:00
}
],
2025-07-15 10:37:34 +01:00
"start_url": "/",
2024-11-07 18:06:18 +00:00
"background_color": "#ffffff",
2025-07-15 10:11:12 +01:00
"display": "standalone",
2025-07-15 10:37:34 +01:00
"theme_color": "#ffffff"
2024-11-07 18:06:18 +00:00
}