filebrowser/assets/static/manifest.json

21 lines
480 B
JSON
Raw Normal View History

2017-06-28 10:45:41 +00:00
{
"name": "File Manager",
"short_name": "File Manager",
"icons": [
{
2017-07-02 16:40:52 +00:00
"src": "{{ .BaseURL }}/static/img/icons/android-chrome-192x192.png",
2017-06-28 10:45:41 +00:00
"sizes": "192x192",
"type": "image/png"
},
{
2017-07-02 16:40:52 +00:00
"src": "{{ .BaseURL }}/static/img/icons/android-chrome-512x512.png",
2017-06-28 10:45:41 +00:00
"sizes": "512x512",
"type": "image/png"
}
],
2017-07-02 16:40:52 +00:00
"start_url": "{{ .BaseURL }}/",
2017-06-28 10:45:41 +00:00
"display": "standalone",
2017-07-02 16:40:52 +00:00
"background_color": "#ffffff",
"theme_color": "#2979ff"
2017-06-28 10:45:41 +00:00
}