fix: lowercase BaseURL [filebrowser/filebrowser#522] (#40)

This commit is contained in:
Rene Kaufmann
2018-11-19 18:15:25 +01:00
committed by 1138-4EB
parent cad2a989c1
commit 218e638f88
6 changed files with 25 additions and 25 deletions

View File

@@ -3,17 +3,17 @@
"short_name": "File Browser",
"icons": [
{
"src": "{{ .BaseURL }}/static/img/icons/android-chrome-192x192.png",
"src": "{{ .baseurl }}/static/img/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "{{ .BaseURL }}/static/img/icons/android-chrome-512x512.png",
"src": "{{ .baseurl }}/static/img/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "{{ .BaseURL }}/",
"start_url": "{{ .baseurl }}/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#455a64"