aboutsummaryrefslogtreecommitdiff
path: root/public/manifest.webmanifest
blob: 2b99865ccc7c4658aa199a05d522f470b772ee71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	"name": "Info Bus Vigo",
	"short_name": "UrbanoVigo",
	"start_url": "/",
	"display": "standalone",
	"background_color": "#ffffff",
	"theme_color": "#000000",
	"icons": [
		{
			"src": "/path/to/icon.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "/path/to/icon.png",
			"sizes": "512x512",
			"type": "image/png"
		}
	]
}