nile/public/favicons/site.webmanifest

20 lines
502 B
Text
Raw Normal View History

2022-09-09 16:23:24 -04:00
{
2022-12-24 20:49:01 -05:00
"name": "Delta",
"short_name": "Delta",
2022-09-09 16:23:24 -04:00
"icons": [
{
2022-12-24 20:49:01 -05:00
"src": "/images/favicons/android-chrome-192x192.png?v=12-19-22-delta",
2022-09-09 16:23:24 -04:00
"sizes": "192x192",
"type": "image/png"
},
{
2022-12-24 20:49:01 -05:00
"src": "/images/favicons/android-chrome-384x384.png?v=12-19-22-delta",
"sizes": "384x384",
2022-09-09 16:23:24 -04:00
"type": "image/png"
}
],
2022-12-24 20:49:01 -05:00
"theme_color": "#ffffff",
"background_color": "#ffffff",
2022-09-09 16:23:24 -04:00
"display": "standalone"
}