Add manifest

This commit is contained in:
Alex Shpak
2020-05-01 17:35:08 +02:00
parent c672d64f12
commit e2ffa7b3ad
5 changed files with 22 additions and 3 deletions
+15
View File
@@ -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"
}
]
}