open-webui/static/manifest.json
Timothy J. Baek e05ae3481e rename
2024-02-17 00:07:43 -08:00

16 lines
No EOL
290 B
JSON

{
"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"
}
]
}