initial commit

This commit is contained in:
Henrique Dias
2018-02-01 12:17:04 +00:00
commit e6c0d1c28a
128 changed files with 9592 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "File Browser",
"short_name": "File Browser",
"icons": [
{
"src": "{{ .BaseURL }}/static/img/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "{{ .BaseURL }}/static/img/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "{{ .BaseURL }}/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#2979ff"
}