<?xml version="1.0" encoding="UTF-8"?>
<ExtensionManifest
	Version="5.0"
	ExtensionBundleId="AEUX"
	ExtensionBundleVersion="0.6.9"
	ExtensionBundleName="AEUX"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<ExtensionList>
		<Extension Id="com.AEUX.panel" Version="1.0" />
	</ExtensionList>
	<ExecutionEnvironment>
		<HostList>
            <Host Name="AEFT" Version="13.0" />
		</HostList>
		<LocaleList>
			<Locale Code="All" />
		</LocaleList>
		<RequiredRuntimeList>
			<RequiredRuntime Name="CSXS" Version="5" />
		</RequiredRuntimeList>
	</ExecutionEnvironment>
	<DispatchInfoList>
		<Extension Id="com.AEUX.panel">
			<DispatchInfo >
				<Resources>
				<MainPath>./html/index.html</MainPath>
				<CEFCommandLine>
					<Parameter>--enable-nodejs</Parameter>
					<Parameter>--mixed-context</Parameter>
   				</CEFCommandLine>
				</Resources>
				<Lifecycle>
					<AutoVisible>true</AutoVisible>
				</Lifecycle>
				<UI>
					<Type>Panel</Type>
					<Menu>AEUX</Menu>
					<Geometry>
						<Size>
							<Height>300</Height>
							<Width>300</Width>
						</Size>
						<MinSize>
							<Width>40</Width>
			        		<Height>40</Height>
				    	</MinSize>
					</Geometry>
					<Icons>
						<Icon Type="Normal">./img/Icon.png</Icon>
						<Icon Type="RollOver">./img/Icon.png</Icon>
						<Icon Type="DarkNormal">./img/Icon.png</Icon>
						<Icon Type="DarkRollOver">./img/Icon.png</Icon>
					</Icons>
				</UI>
			</DispatchInfo>
		</Extension>

	</DispatchInfoList>
</ExtensionManifest>
