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