Files
embyx/zh/manifest.json
T
juneix 0ae9155c2f v1.0
2026-03-07 13:01:39 +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"
}
]
}