Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
14fd3a8a
Commit
14fd3a8a
authored
Jun 21, 2024
by
Timothy J. Baek
Browse files
refac
parent
74ba2d65
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
backend/main.py
backend/main.py
+0
-1
No files found.
backend/main.py
View file @
14fd3a8a
...
@@ -1817,7 +1817,6 @@ async def get_manifest_json():
...
@@ -1817,7 +1817,6 @@ async def get_manifest_json():
"start_url"
:
"/"
,
"start_url"
:
"/"
,
"display"
:
"standalone"
,
"display"
:
"standalone"
,
"background_color"
:
"#343541"
,
"background_color"
:
"#343541"
,
"theme_color"
:
"#343541"
,
"orientation"
:
"portrait-primary"
,
"orientation"
:
"portrait-primary"
,
"icons"
:
[{
"src"
:
"/static/logo.png"
,
"type"
:
"image/png"
,
"sizes"
:
"500x500"
}],
"icons"
:
[{
"src"
:
"/static/logo.png"
,
"type"
:
"image/png"
,
"sizes"
:
"500x500"
}],
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment