From 1639fbb54427d55dcd945a226dabcb5cb4ae7abf Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Wed, 5 Mar 2025 00:45:04 -0800 Subject: [PATCH] fix: site.webmanifest --- backend/open_webui/static/site.webmanifest | 40 +++++++++++----------- static/static/site.webmanifest | 4 +-- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/backend/open_webui/static/site.webmanifest b/backend/open_webui/static/site.webmanifest index 0e59bbb28..2b74733fa 100644 --- a/backend/open_webui/static/site.webmanifest +++ b/backend/open_webui/static/site.webmanifest @@ -1,21 +1,21 @@ { - "name": "Open WebUI", - "short_name": "WebUI", - "icons": [ - { - "src": "/favicon/web-app-manifest-192x192.png", - "sizes": "192x192", - "type": "image/png", - "purpose": "maskable" - }, - { - "src": "/favicon/web-app-manifest-512x512.png", - "sizes": "512x512", - "type": "image/png", - "purpose": "maskable" - } - ], - "theme_color": "#ffffff", - "background_color": "#ffffff", - "display": "standalone" -} \ No newline at end of file + "name": "Open WebUI", + "short_name": "WebUI", + "icons": [ + { + "src": "/static/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/static/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/static/static/site.webmanifest b/static/static/site.webmanifest index 0e59bbb28..95915ae2b 100644 --- a/static/static/site.webmanifest +++ b/static/static/site.webmanifest @@ -3,13 +3,13 @@ "short_name": "WebUI", "icons": [ { - "src": "/favicon/web-app-manifest-192x192.png", + "src": "/static/web-app-manifest-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" }, { - "src": "/favicon/web-app-manifest-512x512.png", + "src": "/static/web-app-manifest-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable"