symposion_app/static/src/assets/favicon/site.webmanifest

20 lines
496 B
Text
Raw Normal View History

2018-06-17 04:18:04 +00:00
{
2018-06-23 17:23:48 +12:00
"name": "LCA2019",
"short_name": "LCA2019",
2018-06-17 04:18:04 +00:00
"icons": [
{
2018-06-23 17:23:48 +12:00
"src": "/static/build/assets/favicon/android-chrome-192x192.png",
2018-06-17 04:18:04 +00:00
"sizes": "192x192",
"type": "image/png"
},
{
2018-06-23 17:23:48 +12:00
"src": "/static/build/assets/favicon/android-chrome-512x512.png",
"sizes": "512x512",
2018-06-17 04:18:04 +00:00
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}