lix-website/themes/lix/assets/site.webmanifest
2024-04-26 22:49:34 -06:00

20 lines
392 B
JSON

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