website/static/site.webmanifest

20 lines
448 B
Plaintext
Raw Permalink Normal View History

{
"name": "",
"short_name": "",
"icons": [
{
2020-05-18 08:01:14 +00:00
"src": "/static/img/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
2020-05-18 08:01:14 +00:00
"src": "/static/img/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
2020-05-18 08:01:14 +00:00
"theme_color": "#4b3aba",
"background_color": "#4b3aba",
"display": "standalone"
}