diff options
| author | aethrvmn <me@aethrvmn.gr> | 2025-08-30 13:17:32 +0000 |
|---|---|---|
| committer | aethrvmn <me@aethrvmn.gr> | 2025-08-30 13:17:32 +0000 |
| commit | 1147a663e70aadb2578cbe601bc723d7cd939c5a (patch) | |
| tree | b5100d2031328be3cfd3e9ae62730436bd573e0f /themes/hugo-book/assets/manifest.json | |
| parent | added .gitignore (diff) | |
added non-content
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" + } + ] +} |
