mirror of
https://github.com/nicotsx/ironmount.git
synced 2025-12-10 12:10:51 +01:00
22 lines
429 B
JSON
22 lines
429 B
JSON
{
|
|
"name": "Zerobyte",
|
|
"short_name": "Zerobyte",
|
|
"icons": [
|
|
{
|
|
"src": "/images/favicon/web-app-manifest-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "/images/favicon/web-app-manifest-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"theme_color": "#1b1b1b",
|
|
"background_color": "#1b1b1b",
|
|
"display": "standalone"
|
|
}
|