Sfoglia il codice sorgente

Merge pull request #11211 from open-webui/dev

fix: site.webmanifest
Timothy Jaeryang Baek 1 mese fa
parent
commit
4770285c04
2 ha cambiato i file con 22 aggiunte e 22 eliminazioni
  1. 20 20
      backend/open_webui/static/site.webmanifest
  2. 2 2
      static/static/site.webmanifest

+ 20 - 20
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"
-}
+	"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"
+}

+ 2 - 2
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"