feat: add PWA manifest and Apple Web App configuration, and bump package version

This commit is contained in:
kuekhaoyang
2026-01-02 14:00:24 +08:00
parent c5e2397f2a
commit e7a3671b8e
4 changed files with 28 additions and 3 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"name": "KVideo - 视频聚合平台",
"short_name": "KVideo",
"description": "视频聚合平台",
"start_url": "/",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"icons": [
{
"src": "/icon.png",
"sizes": "1024x1024",
"type": "image/png",
"purpose": "any maskable"
}
]
}