feat: rebuild xiteng.site homelab platform
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"id": "/",
|
||||
"name": "Xiteng Portal",
|
||||
"short_name": "Xiteng",
|
||||
"description": "动态 Homelab 服务目录、设备状态与健康监控。",
|
||||
"lang": "zh-CN",
|
||||
"start_url": "/",
|
||||
"scope": "/",
|
||||
"display": "standalone",
|
||||
"orientation": "any",
|
||||
"background_color": "#f7efe0",
|
||||
"theme_color": "#f0c94b",
|
||||
"categories": ["utilities", "productivity"],
|
||||
"icons": [
|
||||
{
|
||||
"src": "/icons/icon-192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/icons/icon-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
},
|
||||
{
|
||||
"src": "/icons/icon-maskable-512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"shortcuts": [
|
||||
{
|
||||
"name": "服务目录",
|
||||
"short_name": "服务",
|
||||
"url": "/#services",
|
||||
"icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
|
||||
},
|
||||
{
|
||||
"name": "基础设施",
|
||||
"short_name": "设施",
|
||||
"url": "/#infrastructure",
|
||||
"icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user