<?xml version="1.0" encoding="UTF-8"?>
<ExtensionManifest Version="7.0" ExtensionBundleId="com.adobe.LABOR.LearningPanel" ExtensionBundleVersion="2.13.0" ExtensionBundleName="Learning Panel" 
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<ExtensionList>
		<Extension Id="com.adobe.LABORLearningPanel.course" />
	</ExtensionList>
	<ExecutionEnvironment>
		<HostList>
			<Host Name="PPRO" Version="[13.0,13.9]" />
		</HostList>
		<LocaleList>
			<Locale Code="All" />
		</LocaleList>
		<RequiredRuntimeList>
			<RequiredRuntime Name="CSXS" Version="6.0" />
		</RequiredRuntimeList>
	</ExecutionEnvironment>
	<DispatchInfoList>
		<Extension Id="com.adobe.LABORLearningPanel.course">
			<HostList>
				<Host Name="PPRO" />
			</HostList>
			<DispatchInfo >
				<Resources>
					<MainPath>./panel/PPRO-course-index.html</MainPath>
					<ScriptPath>./jsx/base.jsx</ScriptPath>
					<CEFCommandLine>
						<Parameter>--allow-file-access</Parameter>
						<Parameter>--allow-file-access-from-files</Parameter>
					</CEFCommandLine>
				</Resources>
				<Lifecycle>
					<AutoVisible>true</AutoVisible>
				</Lifecycle>
				<UI>
					<Type>Panel</Type>
					<Menu>%UI_panelMenuName</Menu>
					<Geometry>
						<Size>
							<Height>800</Height>
							<Width>500</Width>
						</Size>
						<MaxSize>
							<Height>10000</Height>
							<Width>600</Width>
						</MaxSize>
						<MinSize>
							<Height>200</Height>
							<Width>300</Width>
						</MinSize>
					</Geometry>
				</UI>
			</DispatchInfo>
		</Extension>
	</DispatchInfoList>
</ExtensionManifest>