File size: 560 Bytes
98030ef
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
	"background_color": "#ffffff",
	"theme_color": "#3b82f6",
	"name": "Chat UI",
	"short_name": "Chat UI",
	"display": "minimal-ui",
	"start_url": "/",
	"icons": [
		{
			"src": "/chatui/touch-icon-ipad-retina.png",
			"sizes": "167x167",
			"type": "image/png"
		},
		{
			"src": "/chatui/touch-icon-ipad.png",
			"sizes": "152x152",
			"type": "image/png"
		},
		{
			"src": "/chatui/touch-icon-iphone-retina.png",
			"sizes": "180x180",
			"type": "image/png"
		},
		{
			"src": "/chatui/favicon.png",
			"sizes": "192x192",
			"type": "image/png"
		}
	]
}