{
	"name": "PWA COBA",
	"short_name": "PWA COBA",
	"start_url": ".",
	"background_color": "#6DCDB1",
	"theme_color": "#009578",
	"display": "standalone",
	"orientation": "portrait",
	"icons": [
		{
			"src": "512x512DPN.png",
			"sizes": "512x512",
			"type": "image/png"
		},
		{
			"src": "72x72DPN.png",
			"sizes": "72x72",
			"type": "image/png",
			"purpose": "maskable"
		}
	]

}

