<ExtensionManifest Version="3.0" ExtensionBundleId="LayerGuides" ExtensionBundleVersion="0.5.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Author><![CDATA[Gastonfig]]></Author>
  <Abstract><![CDATA[Layer Guides is a Photoshop Panel that allows to quickly create guides around the selected layer.Created by <a href="http://gastonfig.com">Gaston Figueroa</a>.<a href="https://twitter.com/gastonfig">@gastonfig</a> ]]></Abstract>
  <ExtensionList>
    <Extension Id="LayerGuides" Version="0.5.0"/>
  </ExtensionList>
  <ExecutionEnvironment>
    <HostList>
      <Host Name="PHXS" Version="13"/>
      <Host Name="PHSP" Version="13"/>
    </HostList>
    <LocaleList>
      <Locale Code="All"/>
    </LocaleList>
    <RequiredRuntimeList>
      <RequiredRuntime Name="CSXS" Version="3.0"/>
    </RequiredRuntimeList>
  </ExecutionEnvironment>
  <DispatchInfoList>
    <Extension Id="LayerGuides">
      <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>Layer Guides</Menu>
          <Geometry>
            <Size>
              <Height>73</Height>
              <Width>260</Width>
            </Size>
            <MaxSize>
              <Height>73</Height>
              <Width>260</Width>
            </MaxSize>
            <MinSize>
              <Height>73</Height>
              <Width>260</Width>
            </MinSize>
          </Geometry>
        </UI>
      </DispatchInfo>
    </Extension>
  </DispatchInfoList>
</ExtensionManifest>