{
	"imports": {
		"@enterprise/root-config": "/enterprise-main.js",
		"home": "https://stable-enterprise.symplr.com/home/main.js",
		"analytics": "https://stable-enterprise.symplr.com/analytics/main.js",
		"tcm": "https://stable-enterprise.symplr.com/tcm/main.js",
		"pendo": "https://stable-enterprise.symplr.com/pendo/pendo-spa.js",
		"bee": "https://stable-enterprise.symplr.com/bee/bee-spa.js",
		"platform-credentials": "https://stable-enterprise.symplr.com/platform-credentials/ui-spa.js",
		"dsm": "https://stable-enterprise.symplr.com/dsm/main.js",
		"platform-credentials-invite": "https://stable-enterprise.symplr.com/platform-credentials-invite/ui-spa.js"
	},
	"applications": [
		{
			"productName": "AnalyticsPortal",
			"displayName": "Analytics Portal",
			"description": "Enterprise Analytics Portal",
			"environment": "stable",
			"route": "/analytics",
			"icon": "si-bar-chart-3",
			"cardValidation": true
		},
		{
			"productName": "TenantConfiguration",
			"displayName": "Tenant Configuration",
			"description": "Create, view and edit products and tenants",
			"environment": "stable",
			"route": "/tcm",
			"icon": "si-users",
			"cardValidation": false
		},
		{
			"productName": "PendoEncryptionUtility",
			"displayName": "Data Value Utility",
			"description": "Data value translation management",
			"environment": "stable",
			"route": "/pendo",
			"icon": "si-file-lock-2",
			"cardValidation": false
		},
		{
			"productName": "BEEUI",
			"displayName": "Business Event Engine",
			"description": "Manage Event Types, Consumers, and Subscriptions",
			"environment": "stable",
			"route": "/bee",
			"icon": "si-cloud-lightning",
			"cardValidation": false
		},
		{
			"productName": "DataStateManagement",
			"displayName": "Data State Management Service",
			"description": "State Management in Distributed System",
			"environment": "stable",
			"route": "/dsm",
			"icon": "si-command",
			"cardValidation": false
		},
		{
			"productName": "PlatformCredentials",
			"displayName": "Platform Credentials Self Service",
			"description": "Securely Manage Customer Platform Credentials",
			"environment": "stable",
			"route": "/platform-credentials",
			"icon": "si-key-round",
			"cardValidation": false
		},
		{
			"productName": "PlatformCredentialsInvite",
			"displayName": "Platform Credentials Invite",
			"description": "Securely invite non-SSO users to the Platform Credential Self Service UI using Magic Links",
			"environment": "stable",
			"route": "/platform-credentials-invite",
			"icon": "si-wand-2",
			"cardValidation": false
		}
	]
}