<?xml version="1.0" encoding="utf-8"?>
<ExtensionManifest Version="3.0" ExtensionBundleId="AdobeMiniBridge"
	ExtensionBundleVersion="3.0.0.32"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	
<ExtensionList>
	<Extension Id="MINIBR" Version="3.0"/>
</ExtensionList>
<ExecutionEnvironment>
	<HostList>
		<Host Name="AICY" Version="9.0"/>
		<Host Name="IDSN" Version="9.0"/>
		<Host Name="PHSP" Version="14.0"/>
		<Host Name="PHXS" Version="14.0"/>
	</HostList>
	<LocaleList>      		
		<Locale Code="cs_CZ"/>
		<Locale Code="da_DK"/>
		<Locale Code="de_DE"/>
		<Locale Code="en_CE"/>
		<Locale Code="en_GB"/>
		<Locale Code="en_IE"/>
		<Locale Code="en_ME"/>
		<Locale Code="en_US"/>
		<Locale Code="en_AE"/>
		<Locale Code="en_IL"/>
		<Locale Code="es_ES"/>
		<Locale Code="es_MX"/>
		<Locale Code="fi_FI"/>
		<Locale Code="fr_CA"/>
		<Locale Code="fr_FR"/>
		<Locale Code="fr_MA"/>
		<Locale Code="hu_HU"/>
		<Locale Code="it_IT"/>
		<Locale Code="ja_JP"/>
		<Locale Code="ko_KR"/>
		<Locale Code="nb_NO"/>
		<Locale Code="nl_NL"/>
		<Locale Code="pl_PL"/>
		<Locale Code="pt_BR"/>
		<Locale Code="pt_PT"/>
		<Locale Code="ru_RU"/>
		<Locale Code="sv_SE"/>
		<Locale Code="tr_TR"/>
		<Locale Code="uk_UA"/>
		<Locale Code="zh_CN"/>
		<Locale Code="zh_TW"/>
	</LocaleList>
	<RequiredRuntimeList>
		<RequiredRuntime Name="CSXS" Version="2.0"/>
	</RequiredRuntimeList>
</ExecutionEnvironment>
<DispatchInfoList>
	<Extension Id="MINIBR">
      		<DispatchInfo>
        		<Resources>
          			<SwfPath>./MiniFP.swf</SwfPath>
        		</Resources>
        		<Lifecycle>
         			<AutoVisible>true</AutoVisible>
        		</Lifecycle>
        		<UI>
          			<Type>Panel</Type>
          			<Menu>Mini Bridge</Menu>
          			<Geometry>
					<Size>
						<Height>240</Height>
						<Width>600</Width>
					</Size>
					<MaxSize>
						<Height>4000</Height>
						<Width>4000</Width>
					</MaxSize>
					<MinSize>
						<Height>130</Height>
						<Width>218</Width>
					</MinSize>
          			</Geometry>
				<Icons>
					<Icon Type="Normal">./PL_MiniBridgePanel_N.png</Icon>
					<Icon Type="RollOver">./PL_MiniBridgePanel_N.png</Icon>
					<Icon Type="DarkNormal">./PL_MiniBridgePanel_N_D.png</Icon>
					<Icon Type="DarkRollOver">./PL_MiniBridgePanel_N_D.png</Icon>
				</Icons>
        		</UI>
      		</DispatchInfo>
		<DispatchInfo Host="AICY">
        		<Resources>
          			<ScriptPath>./MiniFP.jsx</ScriptPath>
        		</Resources>
			<UI>
				<Menu Placement="'Main:&amp;Window',600.0,'KBSCE Window menu'">Mini Bridge</Menu>
			</UI>
      		</DispatchInfo>
      		<DispatchInfo Host="PHSP">
        		<Resources>
          			<ScriptPath>./MiniFP.jsx</ScriptPath>
        		</Resources>
      		</DispatchInfo>
      		<DispatchInfo Host="IDSN">
        		<Resources>
          			<ScriptPath>./MiniFP.jsx</ScriptPath>
        		</Resources>
			<UI>
				<Menu Placement="'Main:&amp;Window',600.0,'KBSCE Window menu'">Mini Bridge</Menu>
			</UI>
      		</DispatchInfo>
      		<DispatchInfo Host="PHXS">
        		<Resources>
          			<ScriptPath>./MiniFP.jsx</ScriptPath>
        		</Resources>
      		</DispatchInfo>
    	</Extension>
</DispatchInfoList>
</ExtensionManifest>

