File tree Expand file tree Collapse file tree 2 files changed +22
-22
lines changed
backend/open_webui/static Expand file tree Collapse file tree 2 files changed +22
-22
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments