chore: remove PWA installation banner, associated hooks, manifest, and PWA metadata from the application.

This commit is contained in:
kuekhaoyang
2026-01-02 14:08:50 +08:00
parent cb0dee9469
commit e9d060f74a
6 changed files with 3 additions and 199 deletions
-17
View File
@@ -1,17 +0,0 @@
{
"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"
}
]
}