{
	"$schema": "https://json.schemastore.org/web-manifest-combined.json",
	"name": "",
	"short_name": "",
	"description": "",
	"start_url": "/",
	"display": "standalone",
	"orientation": "any",
	"background_color": "#fff",
	"theme_color": "#fff",
	"icons": [
		{
			"src": "/icon-192x192.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "/icon-512x512.png",
			"sizes": "512x512",
			"type": "image/png"
		}
	]
}
