gotty/bindata/static/manifest.json

16 lines
283 B
JSON
Raw Normal View History

2022-03-28 22:05:51 +00:00
{
"short_name": "{{ .title }}",
"name": "{{ .title }}",
"start_url": "./",
"icons": [
{
"src": "./icon_192.png",
"type": "image/png",
"sizes": "192x192"
}
],
"display": "minimal-ui",
"theme_color": "#000000",
"background_color": "#000000"
}