<?xml version="1.0" encoding="UTF-8"?>
<ExtensionManifest Version="6.0" ExtensionBundleId="com.adobe.ccx.start" ExtensionBundleVersion="1.2.0.903"
		ExtensionBundleName="CCX Start" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" SHA="66e4ec2">
	<ExtensionList>
		<Extension Id="com.adobe.ccx.start" Version="1.2.0.903" />
		<Extension Id="com.adobe.ccx.open" Version="1.2.0.903" />
	</ExtensionList>
	<ExecutionEnvironment>
		<HostList>
			<Host Name="AEFT" Version="[13.6,99.9]" />
			<Host Name="IDSN" Version="[11.2,99.9]" />
            <Host Name="ILST" Version="[19.2,99.9]" />
			<Host Name="PHXS" Version="[16.1,99.9]" />
			<Host Name="PPRO" Version="[9.1,99.9]" />
		</HostList>
		<LocaleList>
			<Locale Code="All" />
		</LocaleList>
		<RequiredRuntimeList>
			<RequiredRuntime Name="CSXS" Version="6.0" />
		</RequiredRuntimeList>
	</ExecutionEnvironment>
	<DispatchInfoList>
		<Extension Id="com.adobe.ccx.start">
			<DispatchInfo >
				<Resources>
                    <MainPath>./index.html</MainPath>
                    <ScriptPath>./ccx-start.jsx</ScriptPath>
                    <CEFCommandLine>
						<Parameter>--nodejs-disabled</Parameter>
						<Parameter>--high-dpi-support=1</Parameter>
                    </CEFCommandLine>
				</Resources>
				<Lifecycle>
					<AutoVisible>true</AutoVisible>
				</Lifecycle>
				<UI>
					<Type>Dashboard</Type>
					<Menu>%CCX_START_PANEL_NAME</Menu>
					<Geometry>
						<Size>
							<Height>788</Height>
							<Width>881</Width>
						</Size>
						<MaxSize>
							<Height>1010</Height>
							<Width>1406</Width>
						</MaxSize>
						<MinSize>
							<Height>788</Height>
							<Width>881</Width>
						</MinSize>
					</Geometry>
				</UI>
			</DispatchInfo>
			<DispatchInfo Host="PPRO">
				<UI>
					<Type>Modeless</Type>
				</UI>
			</DispatchInfo>
			<DispatchInfo Host="AEFT">
				<UI>
					<Type>Modeless</Type>
				</UI>
			</DispatchInfo>
		</Extension>
		<Extension Id="com.adobe.ccx.open">
			<DispatchInfo >
				<Resources>
                    <MainPath>./index.html</MainPath>
                    <ScriptPath>./ccx-start.jsx</ScriptPath>
                    <CEFCommandLine>
						<Parameter>--nodejs-disabled</Parameter>
						<Parameter>--high-dpi-support=1</Parameter>
                    </CEFCommandLine>
				</Resources>
				<Lifecycle>
					<AutoVisible>true</AutoVisible>
				</Lifecycle>
				<UI>
					<Type>Panel</Type>
					<Menu>%CCX_OPEN_PANEL_NAME</Menu>
					<Geometry>
						<Size>
							<Height>688</Height>
							<Width>425</Width>
						</Size>
						<MinSize>
							<Height>100</Height>
							<Width>100</Width>
						</MinSize>
					</Geometry>
                    <Icons>
                        <Icon Type="Normal">./images/SP_PL_RecentFiles_N.png</Icon>
                        <Icon Type="DarkNormal">./images/SP_x2_PL_RecentFiles_N_D.png</Icon>
                        <Icon Type="RollOver">./images/SP_PL_RecentFiles_N.png</Icon>
                        <Icon Type="DarkRollOver">./images/SP_x2_PL_RecentFiles_N_D.png</Icon>
                    </Icons>
				</UI>
			</DispatchInfo>
		</Extension>
	</DispatchInfoList>
</ExtensionManifest>