forked from open-webui/open-webui
Do not use hardcoded manifest.json
Generate manifest.json dynamically, using MANIFEST_NAME and MANIFEST_SHORT_NAME from the environment.
This commit is contained in:
parent
5558514ff1
commit
83ad488e31
5 changed files with 39 additions and 17 deletions
|
@ -1,16 +0,0 @@
|
|||
{
|
||||
"name": "Open WebUI",
|
||||
"short_name": "Open WebUI",
|
||||
"start_url": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#343541",
|
||||
"theme_color": "#343541",
|
||||
"orientation": "portrait-primary",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/favicon.png",
|
||||
"type": "image/png",
|
||||
"sizes": "844x884"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue