Skip to content

Commit 4770285

Browse files
authored
Merge pull request open-webui#11211 from open-webui/dev
fix: site.webmanifest
2 parents 1a51584 + 1639fbb commit 4770285

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"name": "Open WebUI",
3-
"short_name": "WebUI",
4-
"icons": [
5-
{
6-
"src": "/favicon/web-app-manifest-192x192.png",
7-
"sizes": "192x192",
8-
"type": "image/png",
9-
"purpose": "maskable"
10-
},
11-
{
12-
"src": "/favicon/web-app-manifest-512x512.png",
13-
"sizes": "512x512",
14-
"type": "image/png",
15-
"purpose": "maskable"
16-
}
17-
],
18-
"theme_color": "#ffffff",
19-
"background_color": "#ffffff",
20-
"display": "standalone"
21-
}
2+
"name": "Open WebUI",
3+
"short_name": "WebUI",
4+
"icons": [
5+
{
6+
"src": "/static/web-app-manifest-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png",
9+
"purpose": "maskable"
10+
},
11+
{
12+
"src": "/static/web-app-manifest-512x512.png",
13+
"sizes": "512x512",
14+
"type": "image/png",
15+
"purpose": "maskable"
16+
}
17+
],
18+
"theme_color": "#ffffff",
19+
"background_color": "#ffffff",
20+
"display": "standalone"
21+
}

static/static/site.webmanifest

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"short_name": "WebUI",
44
"icons": [
55
{
6-
"src": "/favicon/web-app-manifest-192x192.png",
6+
"src": "/static/web-app-manifest-192x192.png",
77
"sizes": "192x192",
88
"type": "image/png",
99
"purpose": "maskable"
1010
},
1111
{
12-
"src": "/favicon/web-app-manifest-512x512.png",
12+
"src": "/static/web-app-manifest-512x512.png",
1313
"sizes": "512x512",
1414
"type": "image/png",
1515
"purpose": "maskable"

0 commit comments

Comments
 (0)