filebrowser/frontend/public/manifest.json
2025-01-20 11:51:53 +01:00

27 lines
593 B
JSON

{
"name": "File Browser",
"short_name": "File Browser",
"icons": [
{
"src": "./img/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "./static/img/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#455a64"
"theme_color": "#455a64",
"prefer_related_applications": false,
"persistent_storage": true,
"launch_handler": {
"client_mode": "focus-existing"
}
}