57 lines
1.6 KiB
XML
57 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
<ExtensionManifest xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ExtensionBundleId="com.designer.adminpanel" ExtensionBundleVersion="1.0.0" Version="8.0">
|
|
<ExtensionList>
|
|
<Extension Id="com.designer.adminpanel" Version="1.0.0"/>
|
|
</ExtensionList>
|
|
|
|
<ExecutionEnvironment>
|
|
<HostList>
|
|
<!-- Photoshop CC 2017-2024+ -->
|
|
<Host Name="PHSP" Version="[18.0,99.9]"/>
|
|
<Host Name="PHXS" Version="[18.0,99.9]"/>
|
|
</HostList>
|
|
|
|
<LocaleList>
|
|
<Locale Code="All"/>
|
|
</LocaleList>
|
|
|
|
<RequiredRuntimeList>
|
|
<RequiredRuntime Name="CSXS" Version="8.0"/>
|
|
</RequiredRuntimeList>
|
|
</ExecutionEnvironment>
|
|
|
|
<DispatchInfoList>
|
|
<Extension Id="com.designer.adminpanel">
|
|
<DispatchInfo>
|
|
<Resources>
|
|
<MainPath>./index.html</MainPath>
|
|
<CEFCommandLine>
|
|
<Parameter>--enable-nodejs</Parameter>
|
|
<Parameter>--mixed-context</Parameter>
|
|
</CEFCommandLine>
|
|
</Resources>
|
|
|
|
<Lifecycle>
|
|
<AutoVisible>true</AutoVisible>
|
|
</Lifecycle>
|
|
|
|
<UI>
|
|
<Type>Panel</Type>
|
|
<Menu>Designer Admin Panel</Menu>
|
|
<Geometry>
|
|
<Size>
|
|
<Height>800</Height>
|
|
<Width>1200</Width>
|
|
</Size>
|
|
<MinSize>
|
|
<Height>400</Height>
|
|
<Width>600</Width>
|
|
</MinSize>
|
|
</Geometry>
|
|
</UI>
|
|
</DispatchInfo>
|
|
</Extension>
|
|
</DispatchInfoList>
|
|
</ExtensionManifest>
|
|
|