mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2024-11-22 03:19:25 +00:00
14e14f60ae
* fix server worker is blocked * Also use relURL in manifest --------- Co-authored-by: Alex Shpak <alex-shpak@users.noreply.github.com>
16 lines
333 B
JSON
16 lines
333 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"
|
|
}
|
|
]
|
|
}
|