{
	"name": "DDOB",
	"short_name": "DDOB",
	"icons": [{ 
			"src": "/img/pwa/mini.png", 
			"sizes": "144x144", 
			"type": "image/png" 
		}, { 
			"src": "/img/pwa/small.png", 
			"sizes": "192x192", 
			"type": "image/png" 
		}, { 
			"src": "/img/pwa/big.png", 
			"sizes": "512x512", 
			"type": "image/png" 
	}],
	"start_url": "/",
	"theme_color": "#fdb0c7", 
	"background_color": "#ffffff", 
	"prefer_related_applications": true,
	"display": "standalone",
	"related_applications": [{
		"platform": "play",
		"id": "com.ddob.app"
	}]
}