fabinfra-theme/static/img/favicon/site.webmanifest

20 lines
426 B
Plaintext
Raw Normal View History

2020-02-26 15:48:48 +01:00
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
2020-02-27 22:57:29 +01:00
"theme_color": "#3c474d",
"background_color": "#3c474d",
2020-02-26 15:48:48 +01:00
"display": "standalone"
}