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