0
0
mirror of https://github.com/jellyfin/jellyfin-uwp.git synced 2025-04-08 04:04:35 +00:00
Files
jellyfin-uwp/Jellyfin/Package.appxmanifest
Killerherts babbc02615 Added Scheme Logic & Updated cert
Added logic so Uri scheme is automatic
Update boarding UI
Update cert and version number
2022-10-01 20:18:31 -05:00

50 lines
1.6 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Package
xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10"
xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10"
IgnorableNamespaces="uap mp">
<Identity
Name="Jellyfin.Jellyfin"
Publisher="CN=3D3639CB-31B4-4125-B529-F73741781F84"
Version="0.8.1.0" />
<mp:PhoneIdentity PhoneProductId="937c0b5e-fd4f-4059-bb35-5f17a6af72ea" PhonePublisherId="00000000-0000-0000-0000-000000000000"/>
<Properties>
<DisplayName>Jellyfin</DisplayName>
<PublisherDisplayName>Jellyfin</PublisherDisplayName>
<Logo>Assets\StoreLogo.png</Logo>
</Properties>
<Dependencies>
<TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.0.0" MaxVersionTested="10.0.0.0" />
</Dependencies>
<Resources>
<Resource Language="x-generate"/>
</Resources>
<Applications>
<Application Id="App"
Executable="$targetnametoken$.exe"
EntryPoint="Jellyfin.App">
<uap:VisualElements
DisplayName="Jellyfin"
Square150x150Logo="Assets\Square150x150Logo.png"
Square44x44Logo="Assets\Square44x44Logo.png"
Description="Jellyfin"
BackgroundColor="transparent">
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png"/>
<uap:SplashScreen Image="Assets\SplashScreen.png" BackgroundColor="#101010" />
</uap:VisualElements>
</Application>
</Applications>
<Capabilities>
<Capability Name="internetClient" />
<Capability Name="privateNetworkClientServer"/>
</Capabilities>
</Package>