<ExtensionManifest Version="3.0" ExtensionBundleId="InterfaceTools" ExtensionBundleVersion="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Author><![CDATA[ElliotEKJ]]></Author>
  <Abstract><![CDATA[Interface Tools is a Photoshop CC extension comprised of my most used tools and actions for UI work.Created by Elliot Jackson © 2013http://dribbble.com/ElliotEKJ]]></Abstract>
  <ExtensionList>
    <Extension Id="InterfaceTools" Version="1.0"/>
  </ExtensionList>
  <ExecutionEnvironment>
    <HostList>
      <Host Name="PHXS" Version="[14,14.9]"/>
      <Host Name="PHSP" Version="[14,14.9]"/>
    </HostList>
    <LocaleList>
      <Locale Code="All"/>
    </LocaleList>
    <RequiredRuntimeList>
      <RequiredRuntime Name="CSXS" Version="3.0"/>
    </RequiredRuntimeList>
  </ExecutionEnvironment>
  <DispatchInfoList>
    <Extension Id="InterfaceTools">
      <DispatchInfo>
        <Resources>
          <SwfPath>./content/Configurator-Panel.swf</SwfPath>
          <ScriptPath>./content/Configurator-Panel.jsx</ScriptPath>
        </Resources>
        <Lifecycle>
          <AutoVisible>true</AutoVisible>
        </Lifecycle>
        <UI>
          <Type>Panel</Type>
          <Menu>Interface Tools</Menu>
          <Geometry>
            <Size>
              <Height>210</Height>
              <Width>290</Width>
            </Size>
            <MaxSize>
              <Height>210</Height>
              <Width>290</Width>
            </MaxSize>
            <MinSize>
              <Height>210</Height>
              <Width>290</Width>
            </MinSize>
          </Geometry>
          <Icons>
            <Icon Type="Normal">./content/interface-tools-icon-light.png</Icon>
            <Icon Type="DarkNormal">./content/interface-tools-icon-dark.png</Icon>
          </Icons>
        </UI>
      </DispatchInfo>
    </Extension>
  </DispatchInfoList>
</ExtensionManifest>