{
	"id": "/?app=quizzy",
	"name": "Quizzy",
	"short_name": "Quizzy",
	"start_url": "/?app=quizzy",
	"display": "standalone",
	"background_color": "#100F10",
	"categories": ["web"],
	"icons": [
		{
			"src": "/favicon_512.png",
			"sizes": "512x512",
			"type": "image/png"
		},
		{
			"src": "/favicon_192.png",
			"sizes": "192x192",
			"type": "image/png"
		},
		{
			"src": "/apple_touch_icon.png",
			"sizes": "180x180",
			"type": "image/png"
		},
		{
			"src": "/favicon.svg",
			"sizes": "any",
			"type": "image/svg+xml"
		}
	],
	"scope": "/",
	"theme_color": "#FF621A",
	"screenshots": [
		{
			"src": "/screenshot_homepage.avif",
			"sizes": "791x400",
			"type": "image/avif",
			"form_factor": "wide",
			"label": "Quizzy homepage"
		}
	]
}
