30 lines
588 B
JSON
30 lines
588 B
JSON
{
|
|
"short_name": "kTv",
|
|
"name": "kTvManager",
|
|
"description": "KTVManager PWA",
|
|
"icons": [
|
|
{
|
|
"src": "/web-app-manifest-192x192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "/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",
|
|
"params": {
|
|
"title": "title",
|
|
"text": "text",
|
|
"url": "url"
|
|
}
|
|
}
|
|
} |