{
	"name": "CertiQuizz",
	"short_name": "CertiQuizz",
	"id": "/?pwa",
	"start_url": "/?pwa",
	"display": "fullscreen",
	"display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
	"background_color": "#ffffff",
	"theme_color": "#64b5f6",
	"description": "Plateforme de quiz à la certification",
	"icons": [
		{
			"src": "/image/icon.svg",
			"sizes": "any",
			"type": "image/svg+xml"
		},
		{
			"src": "/image/icon-48x48.webp",
			"sizes": "48x48",
			"type": "image/webp"
		},
		{
			"src": "/image/icon-96x96.webp",
			"sizes": "96x96",
			"type": "image/webp"
		},
		{
			"src": "/image/icon-144x144.webp",
			"sizes": "144x144",
			"type": "image/webp"
		},
		{
			"src": "/image/icon-180x180.webp",
			"sizes": "180x180",
			"type": "image/webp"
		},
		{
			"src": "/image/icon-192x192.webp",
			"sizes": "192x192",
			"type": "image/webp"
		},
		{
			"src": "/image/icon-512x512.webp",
			"sizes": "512x512",
			"type": "image/webp"
		}
	],
	"screenshots": [
		{
			"src": "/image/screenshot/mobile-1080x1920.webp",
			"sizes": "1080x1920",
			"type": "image/webp",
			"form_factor": "narrow",
			"label": "Vue mobile de CertiQuizz"
		},
		{
			"src": "/image/screenshot/desktop-1920x1080.webp",
			"sizes": "1920x1080",
			"type": "image/webp",
			"form_factor": "wide",
			"label": "Vue bureau de CertiQuizz"
		}
	]
}