nezha_dash/public/manifest.json
2024-12-03 09:45:55 +08:00

23 lines
470 B
JSON

{
"name": "NezhaDash PWA App",
"short_name": "NezhaDash",
"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": "hsl(0 0% 98%)",
"background_color": "hsl(0 0% 98%)",
"start_url": "/",
"display": "standalone",
"orientation": "portrait"
}