From 31b311c3c998ce7fbf6ed4d1a5885ab19910f024 Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Tue, 24 Sep 2024 13:28:00 +0200 Subject: [PATCH] refac Co-Authored-By: MicroDev <70126934+microdev1@users.noreply.github.com> --- backend/open_webui/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/open_webui/main.py b/backend/open_webui/main.py index 64b7f2153..2ded77f2f 100644 --- a/backend/open_webui/main.py +++ b/backend/open_webui/main.py @@ -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",