mirror of
https://github.com/open-webui/open-webui
synced 2025-05-17 20:05:08 +00:00
fix: fix typo
This commit is contained in:
parent
98857184ff
commit
17dbb3ec57
@ -2,20 +2,20 @@
|
|||||||
"name": "Open WebUI",
|
"name": "Open WebUI",
|
||||||
"short_name": "WebUI",
|
"short_name": "WebUI",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "/static/web-app-manifest-192x192.png",
|
"src": "/static/web-app-manifest-192x192.png",
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"purpose": "maskable"
|
"purpose": "maskable"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "/static/web-app-manifest-512x512.png",
|
"src": "/static/web-app-manifest-512x512.png",
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"purpose": "maskable"
|
"purpose": "maskable"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"theme_color": "#ffffff",
|
"theme_color": "#ffffff",
|
||||||
"background_color": "#ffffff",
|
"background_color": "#ffffff",
|
||||||
"display": "standalone"
|
"display": "standalone"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user