summaryrefslogtreecommitdiff
path: root/web/share/site.webmanifest
blob: a1f95a9a5d1382ee58aaa2826ffc30ea5e3eb2f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"name": "PiKVM",
	"short_name": "PiKVM",
	"start_url": "/",
	"icons": [
		{
			"src": "/share/android-chrome-192x192.png",
			"sizes": "192x192",
			"type": "image/png"
		}
	],
	"theme_color": "#ffffff",
	"background_color": "#ffffff",
	"display": "standalone"
}