29 lines
610 B
JSON
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"
|
|
}
|
|
}
|
|
} |