web/site.webmanifest.njk
Adrian Victor ccb48b9bdd
All checks were successful
Build Eleventy Forgero / build (24.x) (push) Successful in 34s
Generate site.webmanifest to apply pathPrefix.
2026-05-14 15:06:13 -03:00

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"
}