26 lines
637 B
XML
26 lines
637 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop-application">
|
|
<id>io.github.david_swift.Subtasks</id>
|
|
|
|
<name>Subtasks</name>
|
|
<summary>Organize your tasks</summary>
|
|
|
|
<metadata_license>MIT</metadata_license>
|
|
<project_license>LGPL-3.0-or-later</project_license>
|
|
|
|
<supports>
|
|
<control>pointing</control>
|
|
<control>keyboard</control>
|
|
<control>touch</control>
|
|
</supports>
|
|
|
|
<description>
|
|
<p>
|
|
A simple task management app for the GNOME desktop focused on structuring tasks.
|
|
</p>
|
|
</description>
|
|
|
|
<launchable type="desktop-id">io.github.david_swift.Subtasks.desktop</launchable>
|
|
</component>
|
|
|