binario/layouts/index.manifest.json

20 lines
363 B
JSON
Raw Normal View History

2018-03-12 18:28:20 +00:00
{
"name": "{{ .Site.Title }}",
"short_name": "{{ .Site.Title }}",
"display": "browser",
2018-03-12 18:28:20 +00:00
"background_color": "#2a2a2a",
"theme_color": "#1b1b1b",
"icons": [
{
"src": "icons/192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icons/512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}