zuul/web/public/manifest.json

16 lines
291 B
JSON

{
"short_name": "Zuul",
"name": "Zuul Dashboard",
"icons": [
{
"src": "favicon.ico",
"sizes": "48x48 32x32",
"type": "image/x-icon"
}
],
"start_url": "./index.html",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}