Add files via upload

This commit is contained in:
Juneix Tse
2025-11-20 16:44:16 +08:00
committed by GitHub
parent a7440168f3
commit 2e533c1ca2
3 changed files with 889 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"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"
}
]
}