78 lines
3.0 KiB
XML
78 lines
3.0 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Package
|
|
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
|
|
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
|
|
xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
|
|
xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10"
|
|
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
|
|
IgnorableNamespaces="uap uap3 rescap">
|
|
|
|
<Identity
|
|
Name="Olive"
|
|
Publisher="CN=OlivePrivate"
|
|
Version="0.0.59.0"/>
|
|
<Properties>
|
|
<DisplayName>Olive</DisplayName>
|
|
<PublisherDisplayName>EndMove 'contact@endmove.eu'</PublisherDisplayName>
|
|
<Logo>Assets\AppLogo150.scale-200.png</Logo>
|
|
</Properties>
|
|
|
|
<Dependencies>
|
|
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.19041.0" MaxVersionTested="10.0.19041.0"/>
|
|
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.19041.0" MaxVersionTested="10.0.19041.0"/>
|
|
</Dependencies>
|
|
|
|
<Resources>
|
|
<Resource Language="x-generate"/>
|
|
</Resources>
|
|
|
|
<Applications>
|
|
<Application Id="App"
|
|
Executable="$targetnametoken$.exe"
|
|
EntryPoint="$targetentrypoint$">
|
|
<uap:VisualElements
|
|
DisplayName="Olive"
|
|
Description="Search and copy animated GIFs from Klipy. Powered by EndMove"
|
|
BackgroundColor="transparent"
|
|
Square150x150Logo="Assets\AppLogo150.png"
|
|
Square44x44Logo="Assets\AppLogo44.png">
|
|
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png"/>
|
|
<uap:SplashScreen Image="Assets\SplashScreen.png"/>
|
|
</uap:VisualElements>
|
|
<Extensions>
|
|
<com:Extension Category="windows.comServer">
|
|
<com:ComServer>
|
|
<com:ExeServer Executable="Olive.exe" Arguments="-RegisterProcessAsComServer" DisplayName="Olive">
|
|
<com:Class Id="C7B0BF27-81E6-4A25-B6F7-F11AB1F61C0A" DisplayName="Olive"/>
|
|
</com:ExeServer>
|
|
</com:ComServer>
|
|
</com:Extension>
|
|
<uap3:Extension Category="windows.appExtension">
|
|
<uap3:AppExtension Name="com.microsoft.commandpalette"
|
|
Id="Olive"
|
|
PublicFolder="Public"
|
|
DisplayName="Olive"
|
|
Description="Search and copy animated GIFs from Klipy. Powered by EndMove">
|
|
<uap3:Properties>
|
|
<CmdPalProvider>
|
|
<Activation>
|
|
<CreateInstance ClassId="C7B0BF27-81E6-4A25-B6F7-F11AB1F61C0A"/>
|
|
</Activation>
|
|
<SupportedInterfaces>
|
|
<Commands/>
|
|
</SupportedInterfaces>
|
|
</CmdPalProvider>
|
|
</uap3:Properties>
|
|
</uap3:AppExtension>
|
|
</uap3:Extension>
|
|
</Extensions>
|
|
</Application>
|
|
</Applications>
|
|
|
|
<Capabilities>
|
|
<Capability Name="internetClient"/>
|
|
<rescap:Capability Name="runFullTrust"/>
|
|
</Capabilities>
|
|
</Package>
|