{
	"name": "BookingApp",
	"short_name": "BookingApp",
	"description": "Application for booking.",
	"id": "booking",
	"scope": "/",
	"start_url": "/",
	"theme_color": "#095095",
	"background_color": "#095095",
	"orientation": "portrait",
	"display": "standalone",
	"icons": [
		{
			"src": "graphics/tire144.png",
			"sizes": "144x144",
			"type": "image/png"
		},
		{
			"src": "graphics/tire480.png",
			"sizes": "480x480",
			"type": "image/png"
		}
	]
}