2018-02-01 12:17:04 +00:00
|
|
|
{
|
|
|
|
"name": "File Browser",
|
|
|
|
"short_name": "File Browser",
|
|
|
|
"icons": [
|
|
|
|
{
|
2019-01-05 16:12:09 +00:00
|
|
|
"src": "./img/icons/android-chrome-192x192.png",
|
2018-02-01 12:17:04 +00:00
|
|
|
"sizes": "192x192",
|
|
|
|
"type": "image/png"
|
|
|
|
},
|
|
|
|
{
|
2019-01-05 16:12:09 +00:00
|
|
|
"src": "./static/img/icons/android-chrome-512x512.png",
|
2018-02-01 12:17:04 +00:00
|
|
|
"sizes": "512x512",
|
|
|
|
"type": "image/png"
|
|
|
|
}
|
|
|
|
],
|
2019-10-11 11:02:06 +00:00
|
|
|
"start_url": "/",
|
2018-02-01 12:17:04 +00:00
|
|
|
"display": "standalone",
|
|
|
|
"background_color": "#ffffff",
|
2018-06-26 16:12:12 +00:00
|
|
|
"theme_color": "#455a64"
|
2018-02-01 12:17:04 +00:00
|
|
|
}
|