{
	"id": "desafio",
	"name": "Desafio Sênior e Pioneiro",
	"short_name": "Desafio",
	"description": "Desafio Sênior e Pioneiro",
	"scope": "../../",
	"start_url": "../../",

	"theme_color": "#111111",
	"background_color": "#efeff4",

	"display": "standalone",
	"orientation": "any",
	
	"related_applications": [],
	"prefer_related_applications": false,
	"categories": ["education"],
	"features": ["Cross Platform","fast","simple"],
	"screenshots": [
		{
		  "src": "../../app/pwa/screenshot01.png",
		  "sizes": "1000x800"
		}
	  ],	

	"icons": [
		{
			"src": "../../app/pwa/web-app-manifest-192x192.png",
			"sizes": "192x192",
			"type": "image/png",
      		"purpose": "any"
		},
		{
			"src": "../../app/pwa/web-app-manifest-192x192.png",
			"sizes": "192x192",
			"type": "image/png",
      		"purpose": "maskable"
		},
		{
			"src": "../../app/pwa/web-app-manifest-512x512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	]
}