mirror of
https://github.com/KuekHaoYang/KVideo.git
synced 2026-08-12 23:33:43 +08:00
25 lines
557 B
JSON
25 lines
557 B
JSON
{
|
|
"name": "KVideo - 视频聚合平台",
|
|
"short_name": "KVideo",
|
|
"description": "多源视频聚合搜索和播放平台",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#000000",
|
|
"theme_color": "#000000",
|
|
"orientation": "any",
|
|
"icons": [
|
|
{
|
|
"src": "/icon.png",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"categories": [
|
|
"entertainment",
|
|
"video"
|
|
],
|
|
"lang": "zh-CN",
|
|
"dir": "ltr",
|
|
"scope": "/",
|
|
"prefer_related_applications": false
|
|
}
|