{
	"id": "/",
	"dir": "ltr",
	"lang": "en",
	"name": "Europe Clienteling App UAT",
	"short_name": "Clienteling App UAT",
	"description": "Application that provides tools to improve the customer experience and strengthen the relationship between the store and its customers.",
	"theme_color": "#e8221d",
	"background_color": "#ffffff",
	"display": "standalone",
	"orientation": "portrait",
	"start_url": "/",
	"scope": "https://guesseurope--uat.sandbox.my.site.com/",
	"prefer_related_applications": true,
	"display_override": [
		"standalone",
		"window-controls-overlay"
	],
	"shortcuts": [
		{
			"name" : "Scan Code",
			"url" : "/s/scan-code",
			"icons": [
				{ "src": "/sfsites/c/resource/clienteling/siteInfo/UAT/icons/barcode-scanner.png", "sizes": "192x192", "type": "image/png" }
			  ]
		},
		{
			"name" : "Store Clients",
			"url" : "/s/global-search/store",
			"icons": [
				{ "src": "/sfsites/c/resource/clienteling/siteInfo/UAT/icons/store.png", "sizes": "192x192", "type": "image/png" }
			  ]
		},
		{
			"name": "Top Clients",
			"url": "/s/global-search/top",
			"icons": [
				{ "src": "/sfsites/c/resource/clienteling/siteInfo/UAT/icons/top.png", "sizes": "192x192", "type": "image/png" }
			  ]
		},
		{
			"name": "Tasks",
			"url": "/s/tasks",
			"icons": [
				{ "src": "/sfsites/c/resource/clienteling/siteInfo/UAT/icons/tasks.png", "sizes": "192x192", "type": "image/png" }
			  ]
		}
	],
	"icons": [
		{
			"src": "/sfsites/c/resource/clienteling/siteInfo/UAT/icons/android-chrome-48x48.png",
			"sizes": "48x48",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/sfsites/c/resource/clienteling/siteInfo/UAT/icons/android-chrome-72x72.png",
			"sizes": "72x72",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/sfsites/c/resource/clienteling/siteInfo/UAT/icons/android-chrome-96x96.png",
			"sizes": "96x96",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/sfsites/c/resource/clienteling/siteInfo/UAT/icons/android-chrome-128x128.png",
			"sizes": "128x128",
			"type": "image/png",
			"purpose": "maskable"
		},
		{
			"src": "/sfsites/c/resource/clienteling/siteInfo/UAT/icons/android-chrome-192x192.png",
			"sizes": "192x192",
			"type": "image/png",
			"purpose": "any"
		},
		{
			"src": "/sfsites/c/resource/clienteling/siteInfo/UAT/icons/android-chrome-512x512.png",
			"sizes": "512x512",
			"type": "image/png",
			"purpose": "maskable"
		}
	],
	"categories": ["shopping", "utilities"],
	"permissions": {
		"desktop-notification" : {
			"description" : "Notification of incidents and responses to cases"
		},
		"storage" : {
			"description" : "Save information locally"
		},
		"backgroundservice" : {
			"description" : "Using the app in the background"
		},
		"geolocation" : {
			"description" : "Being able to know the location for the positioning of the application"
		},
		"device-storage" : {
			"description" : "Being able to have and download application files",
			"access": "readwrite"
		},
		"camera" :{
			"description" : "Being able to use the camera"
		},
		"webapps-manage" :{
			"description" : "be able to access other apps"
		}
	},
	"required_features": ["desktop-notification", "geolocation", "storage", "camera"],
	"launch_handler": {"client_mode": "navigate-new"},
	"handle_links": "not-preferred"
}