manifest.json 290 Bytes
Newer Older
ntimo's avatar
ntimo committed
1
{
Timothy J. Baek's avatar
rename  
Timothy J. Baek committed
2
3
	"name": "Open WebUI",
	"short_name": "Open WebUI",
4
5
6
7
8
9
10
11
12
13
14
15
	"start_url": "/",
	"display": "standalone",
	"background_color": "#343541",
	"theme_color": "#343541",
	"orientation": "portrait-primary",
	"icons": [
		{
			"src": "/favicon.png",
			"type": "image/png",
			"sizes": "844x884"
		}
	]
Timothy J. Baek's avatar
rename  
Timothy J. Baek committed
16
}