mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-23 05:08:13 -05:00
36 lines
903 B
JSON
36 lines
903 B
JSON
|
{
|
||
|
"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"
|
||
|
},
|
||
|
{
|
||
|
"src": "//static/manifest-512x512.png",
|
||
|
"sizes": "512x512",
|
||
|
"type": "image/png",
|
||
|
"purpose": "any"
|
||
|
},
|
||
|
{
|
||
|
"src": "//static/manifest-512x512.png",
|
||
|
"sizes": "512x512",
|
||
|
"type": "image/png",
|
||
|
"purpose": "maskable"
|
||
|
}
|
||
|
],
|
||
|
"start_url": "/",
|
||
|
"display": "standalone",
|
||
|
"theme_color": "#000000",
|
||
|
"background_color": "#000000",
|
||
|
"lang": "eu-US",
|
||
|
"dir": "auto"
|
||
|
}
|