// JSON Document
{
	"name": "Pagamento Online",  
	"short_name": "Pagamento Online",
	"description": "Pagamento Online",
	"lang": "en",
	"theme_color": "#006eb7",
	//"background_color": "#2196f3",
	"start_url": "./",
	"icons": [
		{"src": "../../imgs/doth/icones/ico48.png","sizes": "48x48","type": "image/png"},
		{"src": "../../imgs/doth/icones/ico72.png","sizes": "72x72","type": "image/png"},
		{"src": "../../imgs/doth/icones/ico96.png","sizes": "96x96","type": "image/png"},
		{"src": "../../imgs/doth/icones/ico128.png","sizes": "128x128","type": "image/png"},
		{"src": "../../imgs/doth/icones/ico144.png","sizes": "144x144","type": "image/png"}
	],	
	//"background_color": "#3367D6", // splash screen
	"display": "standalone", //standalone fullscreen
	"orientation": "portrait"
	//"theme_color": "#2196F3"
}