{
	"name" : "BHAE Driver",
	"short_name" : "BHAE Driver",
	"start_url" : "/tms/comdriver/",
	"icons": [
		{
			"src" : "/tms/admin/pwa/icons/logo512.jpg",
			"sizes" : "512x512",
			"type" : "image/jpg",
			"purpose" : "any"
		},
		{
			"src" : "/tms/admin/pwa/icons/logo192.jpg",
			"sizes" : "192x192",
			"type" : "image/jpg",
			"purpose" : "any"
		},
		{
			"src" : "/tms/admin/pwa/icons/logo142.png",
			"sizes" : "144x144",
			"type" : "image/png",
			"purpose" : "any"
		}
	],
	"screenshots": [    
	   {

		 "src": "/tms/admin/pwa/icons/logo512.jpg",
		  "sizes" : "512x512",
			"type" : "image/jpg",
		  "form_factor": "wide",
		  "label": "Application"
		},
		{

		 "src": "/tms/admin/pwa/icons/logo512.jpg",
		  "sizes" : "512x512",
			"type" : "image/jpg",
		  "form_factor": "narrow",
		  "label": "Application"
		}
	 ],
	"theme_color": "#000000",
	"background_color" : "#ffffff",
	"display" : "standalone",
	"orientation" : "portrait"
}