All checks were successful
Build Eleventy Forgero / build (24.x) (push) Successful in 34s
23 lines
No EOL
446 B
Text
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"
|
|
} |