2016-09-18 22:16:29 +00:00
<?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"
2016-09-19 21:15:58 +00:00
xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities"
xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10">
2016-09-18 22:16:29 +00:00
<Identity
2016-10-05 13:48:59 +00:00
Name="PointPlanck.FileBot"
2016-09-18 22:16:29 +00:00
ProcessorArchitecture="x64"
Publisher="CN=761A0D2B-9B86-4FE4-B664-18E4E0AFC3F1"
2016-09-19 09:09:25 +00:00
Version="@{version}.0"
2016-09-18 22:16:29 +00:00
/>
<Properties >
<DisplayName > FileBot</DisplayName>
<PublisherDisplayName > Point Planck Limited</PublisherDisplayName>
<Description > FileBot is the ultimate tool for organizing and renaming Movies, TV Shows, Anime or Music. It's smart, highly customizable, and just works.</Description>
<Logo > icon.png</Logo>
</Properties>
2016-09-19 21:15:58 +00:00
2016-09-18 22:16:29 +00:00
<Resources >
<Resource Language= "en-us" />
</Resources>
2016-09-19 21:15:58 +00:00
2016-09-18 22:16:29 +00:00
<Dependencies >
<TargetDeviceFamily Name= "Windows.Desktop" MinVersion= "10.0.14316.0" MaxVersionTested= "10.0.14316.0" />
</Dependencies>
2016-09-19 21:15:58 +00:00
2016-09-18 22:16:29 +00:00
<Capabilities >
2016-09-19 21:15:58 +00:00
<rescap:Capability Name= "runFullTrust" />
2016-09-18 22:16:29 +00:00
</Capabilities>
2016-09-19 21:15:58 +00:00
2016-09-18 22:16:29 +00:00
<Applications >
2016-09-19 21:15:58 +00:00
<Application Id= "FileBot" Executable= "filebot.launcher.exe" EntryPoint= "Windows.FullTrustApplication" >
<uap:VisualElements
2016-09-18 22:16:29 +00:00
DisplayName="FileBot"
Description="FileBot is the ultimate tool for organizing and renaming Movies, TV Shows, Anime or Music."
2016-09-19 21:15:58 +00:00
BackgroundColor="transparent"
Square44x44Logo="icon44.png"
Square150x150Logo="icon150.png"
2016-09-18 22:16:29 +00:00
/>
2016-09-19 21:15:58 +00:00
<Extensions >
<uap3:Extension Category= "windows.appExecutionAlias" Executable= "filebot.exe" EntryPoint= "Windows.FullTrustApplication" >
<uap3:AppExecutionAlias >
<desktop:ExecutionAlias Alias= "filebot.exe" />
</uap3:AppExecutionAlias>
</uap3:Extension>
</Extensions>
2016-09-18 22:16:29 +00:00
</Application>
</Applications>
2016-09-19 21:15:58 +00:00
2016-09-18 22:16:29 +00:00
</Package>