21 lines
821 B
Text
21 lines
821 B
Text
---
|
|
permalink: "/manifest.json"
|
|
layout: null
|
|
eleventyExcludeFromCollections: true
|
|
excludeFromSitemap: true
|
|
---
|
|
{
|
|
"lang": "{{ globals.lang }}",
|
|
"name": "{{ globals.site_name }}",
|
|
"description": "{{ globals.site_description }}",
|
|
"background_color": "#f9fafb",
|
|
"theme_color": "#f9fafb"
|
|
"display": "minimal-ui",
|
|
"dir": "ltr",
|
|
"icons": [
|
|
{ "src": "{{ globals.url }}/og/w200/{% appVersion %}{{ globals.metadata.open_graph_image }}", "type": "image/png", "sizes": "192x192" },
|
|
{ "src": "{{ globals.url }}/og/w800/{% appVersion %}{{ globals.metadata.open_graph_image }}", "type": "image/png", "sizes": "512x512" },
|
|
{ "src": "{{ globals.url }}/og/w800/{% appVersion %}{{ globals.metadata.open_graph_image }}", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
|
|
],
|
|
"start_url": "/",
|
|
}
|