{
	"$schema": "https://www.schemastore.org/web-manifest.json",
	"name": "MeineFamilie",
	"icons": [
		{
			"src": "/favicon.svg",
			"sizes": "any",
			"type": "image/svg+xml"
		},
		{
			"src": "/web-app-manifest-192x192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/web-app-manifest-512x512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/favicon.ico",
			"sizes": "32x32 16x16 48x48",
			"type": "image/x-icon"
		}
	],
	"theme_color": "#b60e0c",
	"background_color": "#ffffff",
	"display": "standalone",
	"id": "/",
	"start_url": "/",
	"orientation": "portrait",
	"screenshots": [
		{
			"src": "/static/pwa/screenshots/desktop-1920x1080-7a8a1331.png",
			"sizes": "1920x1080",
			"type": "image/png",
			"form_factor": "wide",
			"label": "Desktop view of home page"
		},
		{
			"src": "/static/pwa/screenshots/mobile-440x956-9e28d19a.png",
			"sizes": "440x956",
			"type": "image/png",
			"form_factor": "narrow",
			"label": "Mobile view of home page"
		}
	]
}
