kv-netflix/backend/static/manifest.json

17 lines
No EOL
432 B
JSON
Executable file

{
"name": "KV-Stream",
"short_name": "KV-Stream",
"description": "Premium Movie Streaming with Liquid Glass Design",
"start_url": "/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"icons": [
{
"src": "/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
]
}