2016-11-03 00:41:47 +03:00
|
|
|
<?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">
|
2017-08-12 22:07:17 +03:00
|
|
|
<Identity Name="36131AndrFiedler.NextcloudApp" Publisher="CN=917F995D-B866-486B-AAD5-A2B63E22FF51" Version="1.2.0.0" />
|
2016-11-03 00:41:47 +03:00
|
|
|
<mp:PhoneIdentity PhoneProductId="6cfb0110-8cde-4e3f-9aab-0c54e98b3b3d" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
|
|
|
|
<Properties>
|
2016-11-21 23:56:54 +03:00
|
|
|
<DisplayName>Nextcloud</DisplayName>
|
2016-11-03 00:41:47 +03:00
|
|
|
<PublisherDisplayName>André Fiedler</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="Nextcloud.App">
|
2016-11-21 23:56:54 +03:00
|
|
|
<uap:VisualElements DisplayName="Nextcloud" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" Description="Nextcloud" BackgroundColor="transparent">
|
2017-07-09 16:45:50 +03:00
|
|
|
<uap:DefaultTile Wide310x150Logo="Assets\Wide310x150Logo.png" ShortName="Nextcloud">
|
|
|
|
<uap:ShowNameOnTiles>
|
|
|
|
<uap:ShowOn Tile="square150x150Logo" />
|
|
|
|
</uap:ShowNameOnTiles>
|
2016-11-03 00:41:47 +03:00
|
|
|
</uap:DefaultTile>
|
|
|
|
<uap:SplashScreen Image="Assets\SplashScreen.png" BackgroundColor="#0082C9" />
|
|
|
|
<uap:InitialRotationPreference>
|
|
|
|
<uap:Rotation Preference="portrait" />
|
|
|
|
<uap:Rotation Preference="landscape" />
|
|
|
|
<uap:Rotation Preference="portraitFlipped" />
|
|
|
|
<uap:Rotation Preference="landscapeFlipped" />
|
|
|
|
</uap:InitialRotationPreference>
|
|
|
|
</uap:VisualElements>
|
2017-01-19 00:26:04 +03:00
|
|
|
<Extensions>
|
2017-05-26 23:04:45 +03:00
|
|
|
<uap:Extension Category="windows.shareTarget" EntryPoint="NextcloudApp.ShareTarget">
|
2017-01-19 00:26:04 +03:00
|
|
|
<uap:ShareTarget>
|
|
|
|
<uap:SupportedFileTypes>
|
|
|
|
<uap:SupportsAnyFileType />
|
|
|
|
</uap:SupportedFileTypes>
|
|
|
|
<uap:DataFormat>Text</uap:DataFormat>
|
|
|
|
<uap:DataFormat>URI</uap:DataFormat>
|
|
|
|
<uap:DataFormat>Bitmap</uap:DataFormat>
|
|
|
|
<uap:DataFormat>HTML</uap:DataFormat>
|
|
|
|
<uap:DataFormat>StorageItems</uap:DataFormat>
|
|
|
|
<uap:DataFormat>RTF</uap:DataFormat>
|
|
|
|
</uap:ShareTarget>
|
|
|
|
</uap:Extension>
|
2017-08-12 22:07:17 +03:00
|
|
|
<uap:Extension Category="windows.protocol">
|
|
|
|
<uap:Protocol Name="nextcloud">
|
|
|
|
<uap:Logo>Assets\StoreLogo.png</uap:Logo>
|
|
|
|
<uap:DisplayName>Nextcloud</uap:DisplayName>
|
|
|
|
</uap:Protocol>
|
|
|
|
</uap:Extension>
|
2017-01-19 00:26:04 +03:00
|
|
|
</Extensions>
|
2016-11-03 00:41:47 +03:00
|
|
|
</Application>
|
|
|
|
</Applications>
|
|
|
|
<Capabilities>
|
|
|
|
<Capability Name="internetClient" />
|
2017-03-25 12:33:53 +03:00
|
|
|
<Capability Name="privateNetworkClientServer" />
|
2016-11-03 00:41:47 +03:00
|
|
|
<uap:Capability Name="picturesLibrary" />
|
2016-12-03 17:27:54 +03:00
|
|
|
<uap:Capability Name="videosLibrary" />
|
|
|
|
<uap:Capability Name="removableStorage" />
|
|
|
|
<uap:Capability Name="musicLibrary" />
|
2016-11-03 00:41:47 +03:00
|
|
|
</Capabilities>
|
|
|
|
</Package>
|