mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
refac
Co-Authored-By: MicroDev <70126934+microdev1@users.noreply.github.com>
This commit is contained in:
parent
e24ab4c6d2
commit
31b311c3c9
1 changed files with 2 additions and 1 deletions
|
|
@ -2329,10 +2329,11 @@ async def get_manifest_json():
|
|||
return {
|
||||
"name": WEBUI_NAME,
|
||||
"short_name": WEBUI_NAME,
|
||||
"description": "Open WebUI is an open, extensible, user-friendly interface for AI that adapts to your workflow.",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#343541",
|
||||
"orientation": "portrait-primary",
|
||||
"orientation": "any",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/static/logo.png",
|
||||
|
|
|
|||
Loading…
Reference in a new issue