KTVManager_UI/static/site.webmanifest
2025-07-17 10:23:21 +01:00

29 lines
610 B
JSON

{
"short_name": "kTv",
"name": "kTvManager",
"description": "KTVManager PWA",
"icons": [
{
"src": "/static/web-app-manifest-192x192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "/static/web-app-manifest-512x512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": "/",
"background_color": "#ffffff",
"display": "standalone",
"theme_color": "#ffffff",
"share_target": {
"action": "/share",
"method": "GET",
"enctype": "application/x-www-form-urlencoded",
"params": {
"text": "text"
}
}
}