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": [
|
|
|
|
{
|
2025-07-17 10:23:21 +01:00
|
|
|
"src": "/static/web-app-manifest-192x192.png",
|
2024-11-07 18:06:18 +00:00
|
|
|
"type": "image/png",
|
2025-07-15 10:37:34 +01:00
|
|
|
"sizes": "192x192"
|
2024-11-07 18:06:18 +00:00
|
|
|
},
|
|
|
|
{
|
2025-07-17 10:23:21 +01:00
|
|
|
"src": "/static/web-app-manifest-512x512.png",
|
2024-11-07 18:06:18 +00:00
|
|
|
"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": {
|
2025-07-17 10:05:14 +01:00
|
|
|
"action": "/share",
|
2025-07-17 07:43:00 +01:00
|
|
|
"method": "GET",
|
2025-07-17 10:05:14 +01:00
|
|
|
"enctype": "application/x-www-form-urlencoded",
|
2025-07-17 07:43:00 +01:00
|
|
|
"params": {
|
2025-07-17 08:58:37 +01:00
|
|
|
"text": "text"
|
2025-07-17 07:43:00 +01:00
|
|
|
}
|
|
|
|
}
|
2024-11-07 18:06:18 +00:00
|
|
|
}
|