nezha_dash/public/manifest.json
2024-09-21 12:21:35 +08:00

23 lines
449 B
JSON

{
"name": "Status",
"short_name": "Status-Dash",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#000000",
"background_color": "#000000",
"start_url": "/",
"display": "standalone",
"orientation": "portrait"
}