{
	"version": "5.0.0",
	"comment": "---Above version must be the same as data-pwa-version",
	"comment": "---data-pwa-version can be found in index.html in the manifest tag",
	"comment": "---if versions are not the same it will cause an update loop",
	"lang": "en",
	"name": "NJTaxMaps.com",
	"scope": "https://www.NJTaxMaps.com",
	"display": "fullscreen",
	"start_url": "https://www.NJTaxMaps.com/default.aspx",
	"short_name": "NJTaxMaps.com",
	"description": "",
	"orientation": "portrait",
	"background_color": "#F7F8F9",
	"theme_color": "#4796CE",
	"generated": "true",
	"icons": [
		{
			"src": "assets/icons/launcher-icon-1x.png",
			"type": "image/png",
			"sizes": "48x48"
		},
		{
			"src": "assets/icons/launcher-icon-2x.png",
			"type": "image/png",
			"sizes": "96x96"
		},
		{
			"src": "assets/icons/launcher-icon-3x.png",
			"type": "image/png",
			"sizes": "144x144"
		},
		{
			"src": "assets/icons/launcher-icon-4x.png",
			"type": "image/png",
			"sizes": "192x192"
		}
	]

}