{
	"name": "Match Race",
	"short_name": "Match Race",
	"start_url": "./",
	"display": "standalone",
	"background_color": "#dcdcdc",
	"theme_color": "#dcdcdc",
	"orientation": "portrait",
	"icons": [
		{
			"src": "img/favicon/favicon-192x192.png",
			"type": "image/png",
			"sizes": "192x192",
			"purpose": "maskable any"
		},
		{
			"src": "img/favicon/favicon-512x512.png",
			"type": "image/png",
			"sizes": "512x512",
			"purpose": "maskable any"
		}
	]
}