blob: 9f56ca076d1acd1c2728a2ba8460a5bc79d17df2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0"?>
<application>
<metadata>
<entry name="name">mtx-unzip</entry>
<entry name="detail">Simple Unzipper</entry>
<entry name="version">0.10</entry>
</metadata>
<flags>
<category name="basic">
<subcategory>
<flag name="list"><short>list files in archive</short></flag>
<flag name="junk"><short>flatten unzipped directory structure</short></flag>
<flag name="extract"><short>extract files</short></flag>
</subcategory>
</category>
</flags>
</application>
|