{
	"name": "El Cartel Barbershop",
	"short_name": "El Cartel Barbershop",
	"description": "Aplicativo exclusivo de agendamento da El Cartel Barbershop.",
	"start_url": "/agendamento/",
	"display": "standalone",
	"background_color": "#12100E",
	"theme_color": "#12100E",
	"orientation": "portrait-primary",
	"icons": [
		{
			"src": "/agendamento/icons/web-app-manifest-192x192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/agendamento/icons/web-app-manifest-192x192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/agendamento/icons/web-app-manifest-512x512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/agendamento/icons/web-app-manifest-512x512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	]
}