Phase 2: services/premiere-plugin/CSXS/manifest.xml
This commit is contained in:
parent
ee7958cdd2
commit
30a10805c3
1 changed files with 60 additions and 0 deletions
60
services/premiere-plugin/CSXS/manifest.xml
Normal file
60
services/premiere-plugin/CSXS/manifest.xml
Normal file
|
|
@ -0,0 +1,60 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<ExtensionManifest xmlns="http://ns.adobe.com/CSXS/manifest"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://ns.adobe.com/CSXS/manifest http://ns.adobe.com/CSXS/manifest">
|
||||||
|
<ExtensionBundleVersion>1.0.0</ExtensionBundleVersion>
|
||||||
|
<ExtensionBundleId>com.wilddragon.mam.panel</ExtensionBundleId>
|
||||||
|
<Author>Wild Dragon MAM</Author>
|
||||||
|
|
||||||
|
<License>
|
||||||
|
<Text>Copyright 2026 Wild Dragon. All rights reserved.</Text>
|
||||||
|
</License>
|
||||||
|
|
||||||
|
<AbstractionLayers>
|
||||||
|
<AbstractionLayerRequest Name="PProPanel"/>
|
||||||
|
</AbstractionLayers>
|
||||||
|
|
||||||
|
<Extension Id="com.wilddragon.mam.panel">
|
||||||
|
<Type>Panel</Type>
|
||||||
|
<HostList>
|
||||||
|
<Host Name="PPRO" Version="[22.0,99.9]"/>
|
||||||
|
</HostList>
|
||||||
|
|
||||||
|
<LocalizedStrings>
|
||||||
|
<LocalizedString locale="en_US">
|
||||||
|
<Token name="ExtensionWindowTitle">Wild Dragon MAM</Token>
|
||||||
|
<Token name="ExtensionShortDescription">Media Asset Management for Premiere Pro</Token>
|
||||||
|
<Token name="ExtensionLongDescription">Browse, search, and import proxy files from Wild Dragon MAM directly into your Premiere Pro project</Token>
|
||||||
|
</LocalizedString>
|
||||||
|
</LocalizedStrings>
|
||||||
|
|
||||||
|
<UI>
|
||||||
|
<Type>Panel</Type>
|
||||||
|
<Geometry>
|
||||||
|
<Size>
|
||||||
|
<Width>400</Width>
|
||||||
|
<Height>700</Height>
|
||||||
|
</Size>
|
||||||
|
<MinSize>
|
||||||
|
<Width>350</Width>
|
||||||
|
<Height>500</Height>
|
||||||
|
</MinSize>
|
||||||
|
</Geometry>
|
||||||
|
<Location Platform="default">index.html</Location>
|
||||||
|
</UI>
|
||||||
|
|
||||||
|
<Resources>
|
||||||
|
<Manifest Platform="default" Location="manifest.xml"/>
|
||||||
|
</Resources>
|
||||||
|
|
||||||
|
<CEPVersion>11.0</CEPVersion>
|
||||||
|
<RequiredRuntimeVersion>11.0</RequiredRuntimeVersion>
|
||||||
|
</Extension>
|
||||||
|
|
||||||
|
<ExtensionList/>
|
||||||
|
<ExecutionEnvironment>
|
||||||
|
<HostList>
|
||||||
|
<Host Name="PPRO" Version="[22.0,99.9]"/>
|
||||||
|
</HostList>
|
||||||
|
</ExecutionEnvironment>
|
||||||
|
</ExtensionManifest>
|
||||||
Loading…
Reference in a new issue