62 lines
2.2 KiB
XML
62 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ExtensionManifest Version="9.0"
|
|
ExtensionBundleId="com.aiedit.panel"
|
|
ExtensionBundleName="AI Edit"
|
|
ExtensionBundleVersion="1.0.0"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<ExtensionList>
|
|
<Extension Id="com.aiedit.panel.main" Version="1.0.0" />
|
|
</ExtensionList>
|
|
<ExecutionEnvironment>
|
|
<HostList>
|
|
<Host Name="PHXS" Version="[20.0,99.9]" />
|
|
<Host Name="PHSP" Version="[20.0,99.9]" />
|
|
</HostList>
|
|
<LocaleList>
|
|
<Locale Code="All" />
|
|
</LocaleList>
|
|
<RequiredRuntimeList>
|
|
<RequiredRuntime Name="CSXS" Version="9.0" />
|
|
</RequiredRuntimeList>
|
|
</ExecutionEnvironment>
|
|
<DispatchInfoList>
|
|
<Extension Id="com.aiedit.panel.main">
|
|
<DispatchInfo>
|
|
<Resources>
|
|
<MainPath>./index.html</MainPath>
|
|
<ScriptPath>./host/host.jsx</ScriptPath>
|
|
<CEFCommandLine>
|
|
<Parameter>--enable-nodejs</Parameter>
|
|
<Parameter>--mixed-context</Parameter>
|
|
</CEFCommandLine>
|
|
</Resources>
|
|
<Lifecycle>
|
|
<AutoVisible>true</AutoVisible>
|
|
</Lifecycle>
|
|
<UI>
|
|
<Type>Panel</Type>
|
|
<Menu>AI 生图</Menu>
|
|
<Geometry>
|
|
<Size>
|
|
<Height>876</Height>
|
|
<Width>390</Width>
|
|
</Size>
|
|
<MinSize>
|
|
<Height>420</Height>
|
|
<Width>300</Width>
|
|
</MinSize>
|
|
<MaxSize>
|
|
<Height>2000</Height>
|
|
<Width>2000</Width>
|
|
</MaxSize>
|
|
</Geometry>
|
|
<Icons>
|
|
<Icon Type="Normal">./icons/icon_N.png</Icon>
|
|
<Icon Type="DarkNormal">./icons/icon_D.png</Icon>
|
|
</Icons>
|
|
</UI>
|
|
</DispatchInfo>
|
|
</Extension>
|
|
</DispatchInfoList>
|
|
</ExtensionManifest>
|