{
	"$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": "dist/img/site-icons/web-app-manifest-192x192.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "dist/img/site-icons/web-app-manifest-512x512.png",
			"type": "image/png",
			"sizes": "512x512"
		}
	]
}