KTVManager_UI/static/site.webmanifest

30 lines
588 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",
2025-07-17 07:43:00 +01:00
"description": "KTVManager PWA",
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-17 07:43:00 +01:00
"theme_color": "#ffffff",
"share_target": {
"action": "/share",
"method": "GET",
"params": {
"title": "title",
"text": "text",
"url": "url"
}
}
2024-11-07 18:06:18 +00:00
}