{
	"$schema": "https://json.schemastore.org/web-manifest-combined.json",
	"name": "Centre for Sustainable Healthcare",
	"short_name": "CSH",
	"start_url": ".",
	"display": "standalone",
	"background_color": "#FFFFFF",
	"theme_color": "#FFFFFF",
	"description": "Leading a sustainable transformation in healthcare.",
	"orientation": "portrait-primary",
	"scope": "https://www.sustainablehealthcare.org.uk/",
	"icons": [{
		"src": "dist/img/android-chrome-192x192.png",
		"sizes": "192x192",
		"type": "image/png"
	}, {
		"src": "dist/img/android-chrome-512x512.png",
		"type": "image/png",
		"sizes": "512x512"
	}]
}