31 lines
No EOL
712 B
Text
31 lines
No EOL
712 B
Text
---
|
|
permalink: /site.webmanifest
|
|
eleventyExcludeFromCollections: true
|
|
excludeFromSitemap: true
|
|
---
|
|
{
|
|
"name": "{{ meta.siteName }} - {{ meta.siteDescription }}",
|
|
"short_name": "{{ meta.siteName }}",
|
|
"start_url": "{{ meta.url }}",
|
|
"icons": [
|
|
{
|
|
"src": "/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/maskable.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
],
|
|
"theme_color": "{{ meta.themeColor }}",
|
|
"background_color": "{{ meta.themeBgColor }}",
|
|
"display": "standalone"
|
|
} |