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