mirror of
https://github.com/woodchen-ink/nezha-dash-v1.git
synced 2025-07-18 01:21:56 +08:00
18 lines
359 B
JSON
18 lines
359 B
JSON
{
|
|
"name": "CZL Server",
|
|
"short_name": "CZL Server",
|
|
"icons": [
|
|
{
|
|
"src": "/apple-touch-icon.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
],
|
|
"theme_color": "hsl(0 0% 98%)",
|
|
"background_color": "hsl(0 0% 98%)",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"orientation": "portrait"
|
|
}
|