Add generated data to git

This commit is contained in:
Søren L. Hansen 2022-03-28 15:05:51 -07:00
parent dcb153c8a4
commit a9fbc070ac
15 changed files with 2352 additions and 144 deletions

View file

@ -0,0 +1,15 @@
{
"short_name": "{{ .title }}",
"name": "{{ .title }}",
"start_url": "./",
"icons": [
{
"src": "./icon_192.png",
"type": "image/png",
"sizes": "192x192"
}
],
"display": "minimal-ui",
"theme_color": "#000000",
"background_color": "#000000"
}