mirror of
https://github.com/open-webui/open-webui
synced 2024-11-06 00:32:05 +00:00
16 lines
290 B
JSON
16 lines
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"
|
|
}
|
|
]
|
|
} |