network-website/icons/site.webmanifest

20 lines
424 B
Plaintext
Raw Permalink Normal View History

2024-06-05 21:53:45 +02:00
{
2024-06-11 22:04:22 +02:00
"name": "",
"short_name": "",
2024-06-05 21:53:45 +02:00
"icons": [
{
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
2024-06-11 22:04:22 +02:00
"src": "android-chrome-512x512.png",
"sizes": "512x512",
2024-06-05 21:53:45 +02:00
"type": "image/png"
}
],
2024-06-11 22:04:22 +02:00
"theme_color": "#ffffff",
"background_color": "#ffffff",
2024-06-05 21:53:45 +02:00
"display": "standalone"
}