109 lines
2.6 KiB
JSON
109 lines
2.6 KiB
JSON
{
|
|
"name": "KV-Tube - Video Streaming",
|
|
"short_name": "KV-Tube",
|
|
"description": "A modern YouTube-like video streaming platform with background playback",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
|
|
"orientation": "any",
|
|
"background_color": "#000000",
|
|
"theme_color": "#ff0000",
|
|
"scope": "/",
|
|
"lang": "en",
|
|
"categories": ["entertainment", "music", "video"],
|
|
"prefer_related_applications": false,
|
|
"shortcuts": [
|
|
{
|
|
"name": "Trending Videos",
|
|
"short_name": "Trending",
|
|
"description": "View trending videos",
|
|
"url": "/?trending=true",
|
|
"icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
|
|
},
|
|
{
|
|
"name": "Search",
|
|
"short_name": "Search",
|
|
"description": "Search for videos",
|
|
"url": "/search",
|
|
"icons": [{ "src": "/icon-192x192.png", "sizes": "192x192" }]
|
|
}
|
|
],
|
|
"icons": [
|
|
{
|
|
"src": "/icons/icon-72x72.png",
|
|
"sizes": "72x72",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-96x96.png",
|
|
"sizes": "96x96",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-128x128.png",
|
|
"sizes": "128x128",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-144x144.png",
|
|
"sizes": "144x144",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-152x152.png",
|
|
"sizes": "152x152",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icons/icon-384x384.png",
|
|
"sizes": "384x384",
|
|
"type": "image/png",
|
|
"purpose": "any"
|
|
},
|
|
{
|
|
"src": "/icons/icon-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/icons/icon-maskable-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "/icons/icon-maskable-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"screenshots": [
|
|
{
|
|
"src": "/screenshots/desktop.png",
|
|
"sizes": "1280x720",
|
|
"type": "image/png",
|
|
"form_factor": "wide",
|
|
"label": "KV-Tube Desktop View"
|
|
},
|
|
{
|
|
"src": "/screenshots/mobile.png",
|
|
"sizes": "750x1334",
|
|
"type": "image/png",
|
|
"form_factor": "narrow",
|
|
"label": "KV-Tube Mobile View"
|
|
}
|
|
]
|
|
}
|