Files
embyx/manifest.json
T
2025-11-20 16:44:16 +08:00

21 lines
406 B
JSON

{
"name": "EmbyX",
"short_name": "EmbyX",
"start_url": "./index.html",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"description": "Emby Short Video Player",
"icons": [
{
"src": "icon.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon.png",
"sizes": "512x512",
"type": "image/png"
}
]
}