fedipage/layouts/index.manifest.json
2023-10-11 03:09:54 -04:00

16 lines
415 B
JSON

{
"name": "{{ .Site.Params.siteName }} - {{ .Site.Params.siteTagLine }}",
"short_name": "{{ .Site.Params.siteName }}",
"description": "{{ .Site.Params.siteDescription }}",
"start_url": "/?homescreen=1",
"theme_color": "#000000",
"background_color": "#000000",
"icons": [
{
"sizes": "192x192",
"src": "/images/logo.png",
"type": "image/png"
}
],
"display": "standalone"
}