diff options
Diffstat (limited to 'themes/hugo-book/assets/manifest.json')
| -rw-r--r-- | themes/hugo-book/assets/manifest.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/themes/hugo-book/assets/manifest.json b/themes/hugo-book/assets/manifest.json new file mode 100644 index 0000000..3e0314f --- /dev/null +++ b/themes/hugo-book/assets/manifest.json @@ -0,0 +1,15 @@ +{ + "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" + } + ] +} |
