mirror of
https://github.com/kiwix/kiwix-js-pwa.git
synced 2025-08-03 19:38:36 -04:00
Better file icon for drag-and-drop
Former-commit-id: 0d85ffdac2233180adfd3740b68a71b2bae31b84 [formerly 6c32647d7383ca31869c4061c15e7980e83cab01] Former-commit-id: ac160fe6c96527c8d3eeb9940a1b256ddf7db199
This commit is contained in:
parent
8bde1cfb75
commit
3fc0728c9a
@ -79,6 +79,7 @@
|
||||
<Content Include="images\BadgeLogo.scale-200.png" />
|
||||
<Content Include="images\BadgeLogo.scale-400.png" />
|
||||
<Content Include="images\Kiwix_icon_transparent.svg" />
|
||||
<Content Include="images\Kiwix_midnightblue_icon_transparent_530.png" />
|
||||
<Content Include="images\LargeTile.scale-100.png" />
|
||||
<Content Include="images\LargeTile.scale-125.png" />
|
||||
<Content Include="images\LargeTile.scale-150.png" />
|
||||
|
BIN
images/Kiwix_midnightblue_icon_transparent_530.png
Normal file
BIN
images/Kiwix_midnightblue_icon_transparent_530.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 95 KiB |
@ -38,6 +38,7 @@
|
||||
<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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user