kv-tube/static/manifest.json

25 lines
597 B
JSON

{
"name": "KV-Tube",
"short_name": "KV-Tube",
"description": "A self-hosted YouTube alternative with local video support",
"start_url": "/",
"display": "standalone",
"background_color": "#0f0f0f",
"theme_color": "#ff0000",
"icons": [
{
"src": "/static/icons/icon-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/static/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"orientation": "portrait",
"scope": "/",
"prefer_related_applications": false
}