{
	"$schema": "https://json.schemastore.org/web-manifest-combined.json",
	"name": "Site Name",
	"short_name": "A short version of the site name",
	"start_url": ".",
	"display": "standalone",
	"background_color": "#FFFFFF",
	"theme_color": "#FFFFFF",
	"description": "Short description or tagline of the site.",
	"orientation": "portrait-primary",
	"scope": "https://www.siteurl.com/",
	"icons": [{
		"src": "resources/img/android-chrome-192x192.png",
		"sizes": "192x192",
		"type": "image/png"
	}, {
		"src": "/resources/img/android-chrome-512x512.png",
		"type": "image/png",
		"sizes": "512x512"
	}]
}