open-webui/static/manifest.json

16 lines
290 B
JSON
Raw Permalink Normal View History

2023-11-30 21:09:55 +01:00
{
2024-02-17 09:07:43 +01:00
"name": "Open WebUI",
"short_name": "Open WebUI",
"start_url": "/",
"display": "standalone",
"background_color": "#343541",
"theme_color": "#343541",
"orientation": "portrait-primary",
"icons": [
{
"src": "/favicon.png",
"type": "image/png",
"sizes": "844x884"
}
]
2024-02-17 09:07:43 +01:00
}