aboutsummaryrefslogtreecommitdiff
path: root/static/manifest.json
blob: d2499f0437ed45069487e1e373810c71436fd4ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
	"background_color": "#464a47",
	"theme_color": "#5ac775",
	"name": "Aurora Data",
	"short_name": "aurora data",
	"display": "fullscreen",
	"start_url": "/Aurora-data/",
    "orientation": "portrait",
	"icons": [
		{
			"src": "logo-192.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "logo-512.png",
			"sizes": "512x512",
			"type": "image/png"
		}
	]
}