mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-08-03 11:28:21 -04:00
58 lines
3.4 KiB
XML
58 lines
3.4 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" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" IgnorableNamespaces="uap mp uap3 uap5">
|
|
<Identity Name="Kiwix.KiwixJS" Version="3.6.8.0" Publisher="CN=0A5438F5-EEA6-4300-9B77-E45BBD148885" />
|
|
<mp:PhoneIdentity PhoneProductId="9983be8d-4e36-4018-bfb3-5170659bf447" PhonePublisherId="00000000-0000-0000-0000-000000000000" />
|
|
<Properties>
|
|
<DisplayName>Kiwix JS</DisplayName>
|
|
<PublisherDisplayName>Kiwix</PublisherDisplayName>
|
|
<Logo>images\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" StartPage="ms-appx-web:///www/index.html">
|
|
<uap:ApplicationContentUriRules>
|
|
<uap:Rule Match="ms-appx-web:///www/index.html" Type="include" uap5:ServiceWorker="true" WindowsRuntimeAccess="all" />
|
|
<uap:Rule Match="https://pwa.kiwix.org/" Type="include" uap5:ServiceWorker="true" WindowsRuntimeAccess="all" />
|
|
<uap:Rule Match="https://kiwix.github.io/kiwix-js-pwa/dist/" Type="include" uap5:ServiceWorker="true" WindowsRuntimeAccess="all" />
|
|
</uap:ApplicationContentUriRules>
|
|
<uap:VisualElements DisplayName="Kiwix JS" Description="Kiwix Offline Wikipedia and ZIM File Reader" BackgroundColor="transparent" Square150x150Logo="images\Square150x150Logo.png" Square44x44Logo="images\Square44x44Logo.png">
|
|
<uap:DefaultTile ShortName="Kiwix JS" Square310x310Logo="images\LargeTile.png" Wide310x150Logo="images\Wide310x150Logo.png" Square71x71Logo="images\SmallTile.png">
|
|
<uap:ShowNameOnTiles>
|
|
<uap:ShowOn Tile="square150x150Logo" />
|
|
<uap:ShowOn Tile="wide310x150Logo" />
|
|
<uap:ShowOn Tile="square310x310Logo" />
|
|
</uap:ShowNameOnTiles>
|
|
</uap:DefaultTile>
|
|
<uap:SplashScreen Image="images\splashscreen.png" BackgroundColor="transparent" />
|
|
<uap:InitialRotationPreference>
|
|
<uap:Rotation Preference="portrait" />
|
|
<uap:Rotation Preference="landscape" />
|
|
<uap:Rotation Preference="portraitFlipped" />
|
|
<uap:Rotation Preference="landscapeFlipped" />
|
|
</uap:InitialRotationPreference>
|
|
</uap:VisualElements>
|
|
<Extensions>
|
|
<uap:Extension Category="windows.fileTypeAssociation">
|
|
<uap:FileTypeAssociation Name="zimarchive" DesiredView="default">
|
|
<uap:DisplayName>ZIM Archive</uap:DisplayName>
|
|
<uap:Logo>images\Kiwix_midnightblue_icon_transparent_530.png</uap:Logo>
|
|
<uap:InfoTip>Compressed ZIM FIle Archive</uap:InfoTip>
|
|
<uap:SupportedFileTypes>
|
|
<uap:FileType ContentType="application/zlib">.zim</uap:FileType>
|
|
<uap:FileType ContentType="application/zlib">.zimaa</uap:FileType>
|
|
</uap:SupportedFileTypes>
|
|
</uap:FileTypeAssociation>
|
|
</uap:Extension>
|
|
</Extensions>
|
|
</Application>
|
|
</Applications>
|
|
<Capabilities>
|
|
<Capability Name="internetClient" />
|
|
</Capabilities>
|
|
</Package>
|