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:
Andrew Phillips 2024-04-02 15:55:00 -03:00
parent 5558514ff1
commit 83ad488e31
5 changed files with 39 additions and 17 deletions

View file

@ -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"
}
]
}