-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetainfo.xml.template
62 lines (54 loc) · 2.55 KB
/
metainfo.xml.template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>la.ogri.strongbox</id>
<name>Strongbox</name>
<keywords>
<keyword>warcraft</keyword>
<keyword>world of warcraft</keyword>
<keyword>addon manager</keyword>
</keywords>
<project_license>AGPL-3.0-only</project_license>
<metadata_license>CC0-1.0</metadata_license>
<summary>Addon manager for World of Warcraft</summary>
<description>
<p>Strongbox is an open source, advertisement free and privacy respecting addon manager for World of Warcraft.</p>
<p>Features:</p>
<ul>
<li>install addons from wowinterface.com, Github and Gitlab</li>
<li>searchable catalogue of thousands of addons</li>
<li>classic and retail addon support</li>
<li>bulk update</li>
<li>bulk import and export</li>
<li>safeguards against bad addons</li>
<li>ignore addons to prevent accidental changes</li>
<li>pin addons to a specific version</li>
<li>install previous versions of an addon</li>
</ul>
</description>
<launchable type="desktop-id">la.ogri.strongbox.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://raw.githubusercontent.com/ogri-la/strongbox-flatpak/{release}/screenshots/installed.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/ogri-la/strongbox-flatpak/{release}/screenshots/dark-installed.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/ogri-la/strongbox-flatpak/{release}/screenshots/installed-fat.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/ogri-la/strongbox-flatpak/{release}/screenshots/dark-installed-fat.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/ogri-la/strongbox-flatpak/{release}/screenshots/installed-skinny.png</image>
</screenshot>
<screenshot>
<image>https://raw.githubusercontent.com/ogri-la/strongbox-flatpak/{release}/screenshots/dark-installed-skinny.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/ogri-la/strongbox</url>
<url type="bugtracker">https://github.com/ogri-la/strongbox/issues</url>
<url type="vcs-browser">https://github.com/ogri-la/strongbox</url>
<content_rating type="oars-1.0" />
{releases_str}
</component>