{
	"name": "Nova Lifestyle San Angel", 
	"short_name": "Nova", 				
	"start_url": "index.html",			
	"display": "standalone",			
	"background_color": "#000",			
	"theme_color": "#000",				
	"orientation": "landscape",	
	"icons":[							
		{
			"src": "./imgs/icons/ico_72x72.png",
			"type": "image/png",
			"sizes": "72x72"
		},
		{
			"src": "./imgs/icons/ico_96x96.png",
			"type": "image/png",
			"sizes": "96x96"
		},
		{
			"src": "./imgs/icons/ico_144x144.png",
			"type": "image/png",
			"sizes": "144x144"
		}
	]						
}