2024-11-07 17:00:54 +00:00
|
|
|
{
|
2024-11-07 18:09:21 +00:00
|
|
|
"name": "kTvManager",
|
|
|
|
"short_name": "kTv",
|
|
|
|
"start_url": "/",
|
2024-11-07 17:00:54 +00:00
|
|
|
"scope": "/",
|
|
|
|
"display": "standalone",
|
|
|
|
"theme_color": "#317EFB",
|
|
|
|
"background_color": "#317EFB",
|
|
|
|
"icons": [
|
|
|
|
{
|
2024-11-07 18:09:21 +00:00
|
|
|
"src": "/static/web-app-manifest-192x192.png",
|
2024-11-07 17:00:54 +00:00
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "any maskable"
|
|
|
|
},
|
|
|
|
{
|
2024-11-07 18:09:21 +00:00
|
|
|
"src": "static/web-app-manifest-512x512.png",
|
2024-11-07 17:00:54 +00:00
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "any maskable"
|
|
|
|
}
|
|
|
|
]
|
2024-11-07 18:09:21 +00:00
|
|
|
}
|