mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-09-07 19:24:56 -04:00

Former-commit-id: 5f039ad07c78c11c310a76b62f8aecf5d56e1154 [formerly 24fc56cf5d6cd04def988c2dbd8950e29ca2abf0 [formerly b1abb24a9336992ee2fabccc2eaf0506b3b09425]] Former-commit-id: 74485cfe2ddf0bb0f473ccff8f78aeadd9f59b37 Former-commit-id: 39e84c06e381654532fd666617f33bbe6686c552
57 lines
3.4 KiB
XML
57 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="1.7.0.0" Publisher="CN=0A5438F5-EEA6-4300-9B77-E45BBD148885" />
|
|
<mp:PhoneIdentity PhoneProductId="371f21e1-1f41-4d89-8201-2d91b496f554" 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-windows/" 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> |