mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-16 03:47:49 +01:00
refac: manifest orientation "any"
This commit is contained in:
@@ -1439,7 +1439,7 @@ async def get_manifest_json():
|
|||||||
"start_url": "/",
|
"start_url": "/",
|
||||||
"display": "standalone",
|
"display": "standalone",
|
||||||
"background_color": "#343541",
|
"background_color": "#343541",
|
||||||
"orientation": "natural",
|
"orientation": "any",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/static/logo.png",
|
"src": "/static/logo.png",
|
||||||
|
|||||||
Reference in New Issue
Block a user