network-website/icons/site.webmanifest
2024-06-05 21:53:45 +02:00

20 lines
448 B
JSON

{
"name": "elia.network",
"short_name": "elia.network",
"icons": [
{
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
],
"theme_color": "#33ccff",
"background_color": "#33ccff",
"display": "standalone"
}