2024-09-06 11:31:38 -04:00
|
|
|
{
|
|
|
|
"name": "Nezha",
|
|
|
|
"short_name": "Nezha",
|
|
|
|
"icons": [
|
|
|
|
{
|
|
|
|
"src": "/static/manifest-192x192.png",
|
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "any"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"src": "/static/manifest-192x192.png",
|
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
|
|
|
},
|
|
|
|
{
|
2024-09-07 02:44:30 -04:00
|
|
|
"src": "/static/manifest-512x512.png",
|
2024-09-06 11:31:38 -04:00
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "any"
|
|
|
|
},
|
|
|
|
{
|
2024-09-07 02:44:30 -04:00
|
|
|
"src": "/static/manifest-512x512.png",
|
2024-09-06 11:31:38 -04:00
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png",
|
|
|
|
"purpose": "maskable"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"start_url": "/",
|
|
|
|
"display": "standalone",
|
|
|
|
"theme_color": "#000000",
|
|
|
|
"background_color": "#000000",
|
|
|
|
"lang": "eu-US",
|
|
|
|
"dir": "auto"
|
|
|
|
}
|