You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fastgallery/cmd/fastgallery/assets/manifest.json.tmpl

17 lines
407 B
Cheetah

{
"short_name": "{{ .Shortname }}",
"start_url": "./",
"icons": [
{{ range $i, $e := .Icons }}
{{ if $i }},{{ end }}
{
"src": "{{ .Src }}",
"sizes": "{{ .Size }}",
"type": "{{ .Type }}"
}
{{ end }}
],
"background_color": "#DDDDDD",
"theme_color": "#111111",
"display": "minimal-ui"
}