aboutsummaryrefslogtreecommitdiff
path: root/src/manifest.webmanifest
blob: 4306e2b5ee3fc87c476473e91e222c10fd922533 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"background_color": "#454545",
	"theme_color": "#5ac775",
	"name": "HOVERBIT Controller",
	"short_name": "HOVERBIT BLE",
	"display": "fullscreen",
	"start_url": "/hoverbit-ble/",
    "orientation": "landscape",
    "icons": [
		{
			"src": "img/icon.png",
			"sizes": "512x512",
			"type": "image/png"
		}
	]
}