mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
21 lines
480 B
JSON
21 lines
480 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|