{
	 "short_name" : "Store",
	 "name" : "Themed Store",
	 "description" : "Themed Store for Fundraising Events",
	 "icons" : [
		 {
			 "src" : "/images/android-chrome-192x192.png",
			 "type" : "image/png",
			 "sizes" : "192x192"
		 },
		 {
			 "src" : "/images/android-chrome-512x512.png",
			 "type" : "image/png",
			 "sizes" : "512x512"
		 }
	],
	"start_url" : "/store",
	"background_color" : "#3367D6",
	"display" : "standalone",
	"scope" : "/",
	"theme_color" : "#3367D6",
	"shortcuts" : [
		{
			"name" : "Themed Store",
			"short_name" : "Store",
			"description" : "Themed Store for Fundraising",
			"url" : "/store",
			"icons" : [{ "src" : "/images/android-chrome-192x192.png", "sizes":"192x192" }]
		}
	]
}

