mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-22 11:29:28 +00:00
16 lines
330 B
JSON
16 lines
330 B
JSON
{
|
|
"name": "{{ .Site.Title }}",
|
|
"short_name": "{{ .Site.Title }}",
|
|
"start_url": "{{ "/" | relURL }}",
|
|
"scope": "{{ "/" | relURL }}",
|
|
"display": "standalone",
|
|
"background_color": "#000000",
|
|
"theme_color": "#000000",
|
|
"icons": [
|
|
{
|
|
"src": "{{ "/favicon.svg" | relURL }}",
|
|
"sizes": "512x512"
|
|
}
|
|
]
|
|
}
|