mirror of
https://git.qoto.org/fedipage/fedipage.git
synced 2024-11-15 19:47:57 +01:00
16 lines
415 B
JSON
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"
|
|
}
|