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
96d9d344
"git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "eb5ed905eb33bf1fc6ecf20df752042d7bd9f7bf"
Commit
96d9d344
authored
May 01, 2024
by
Timothy J. Baek
Browse files
fix: pwa icon
#1886
parent
aed078b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
backend/main.py
backend/main.py
+1
-1
backend/utils/logo.png
backend/utils/logo.png
+0
-0
No files found.
backend/main.py
View file @
96d9d344
...
@@ -311,7 +311,7 @@ async def get_manifest_json():
...
@@ -311,7 +311,7 @@ async def get_manifest_json():
"background_color"
:
"#343541"
,
"background_color"
:
"#343541"
,
"theme_color"
:
"#343541"
,
"theme_color"
:
"#343541"
,
"orientation"
:
"portrait-primary"
,
"orientation"
:
"portrait-primary"
,
"icons"
:
[{
"src"
:
"/
favicon
.png"
,
"type"
:
"image/png"
,
"sizes"
:
"
844x884
"
}],
"icons"
:
[{
"src"
:
"/
static/logo
.png"
,
"type"
:
"image/png"
,
"sizes"
:
"
500x500
"
}],
}
}
...
...
backend/utils/logo.png
0 → 100644
View file @
96d9d344
6.02 KB
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