{
	//"version": "2.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": "B2Bee Courier",
	"scope": "/",
	"display": "standalone",
	"start_url": "/",
	"short_name": "B2Bee Courier",
	"description": "",
	"orientation": "portrait",
	"background_color": "#edf1f0",
	"theme_color": "#fff",
	"generated": "true",
	"icons": [
		{
			"src": "app/icons/b2bee/courier-256.png",
			"sizes": "256x256",
			"type": "image/png"
		}
	]
}