web/site/site.webmanifest.njk

23 lines
No EOL
446 B
Text

---
permalink: /static/site.webmanifest
---
{
"name": "",
"short_name": "",
"icons": [
{
"src": "{{ '/static/android-chrome-192x192.png' | url }}",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "{{ '/static/android-chrome-512x512.png' | url }}",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}