{
	"short_name": "locr MapEditor",
	"name": "locr MapEditor",
	"description": "An editor to add custom features to a map",
	"icons": [{ 
		"src": "./images/mapbuilder-192.png",
		"type": "image/png",
		"sizes": "192x192"
	}, {
		"src": "./images/mapbuilder-512.png",
		"type": "image/png",
		"sizes": "512x512"
	}],
	"start_url": "./",
	"background_color": "#FF7300",
	"display": "standalone",
	"scope": "/",
	"theme_color": "#FF7300",
	"shortcuts": []
  }