-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappdata.xml
34 lines (34 loc) · 1.21 KB
/
appdata.xml
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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>re.sonny.Disappear</id>
<metadata_license>FSFAP</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<name>Disappear</name>
<summary>Free your launcher from cumbersome apps</summary>
<description>
<p>Disappear is a simple program to hide (or show) applications from your launcher.</p>
</description>
<!-- <screenshots>
<screenshot type="default">
<image type="source">https://raw.githubusercontent.com/sonnyp/disappear/master/screenshot.png</image>
</screenshot>
</screenshots> -->
<launchable type="desktop-id">re.sonny.Disappear.desktop</launchable>
<url type="homepage">https://github.com/sonnyp/disappear</url>
<url type="bugtracker">https://github.com/sonnyp/disappear/issues</url>
<update_contact>sonny@fastmail.net</update_contact>
<developer_name>Sonny Piers</developer_name>
<content_rating type="oars-1.1" />
<releases>
<release version="1.0.0" date="2020-06-02">
<description>
<p>Initial release</p>
</description>
</release>
</releases>
<kudos>
<kudo>HiDpiIcon</kudo>
<kudo>HighContrast</kudo>
<kudo>ModernToolkit</kudo>
</kudos>
</component>