51 lines
1.2 KiB
XML
51 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<component type="desktop-application">
|
|
<id>@APP_ID@</id>
|
|
|
|
<name>Delfin</name>
|
|
<summary>Stream movies and TV shows from Jellyfin</summary>
|
|
|
|
<description>
|
|
<p>
|
|
TODO - Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
|
|
incididunt ut labore et dolore magna aliqua.
|
|
</p>
|
|
</description>
|
|
|
|
<metadata_license>CC-BY-SA-4.0</metadata_license>
|
|
<project_license>GPL-3.0</project_license>
|
|
|
|
<url type="homepage">https://delfin.avery.cafe/</url>
|
|
|
|
<!-- Deprecated field - keep until libadwaita and flatpak updated -->
|
|
<developer_name>Avery</developer_name>
|
|
|
|
<content_rating type="oars-1.1" />
|
|
|
|
<recommends>
|
|
<display_length compare="ge">600</display_length>
|
|
<control>pointing</control>
|
|
</recommends>
|
|
|
|
<supports>
|
|
<internet>always</internet>
|
|
</supports>
|
|
|
|
<launchable type="desktop-id">@APP_ID@.desktop</launchable>
|
|
|
|
<icon type="stock">@APP_ID@</icon>
|
|
|
|
<categories>
|
|
<category>AudioVideo</category>
|
|
<category>Video</category>
|
|
<category>Player</category>
|
|
<category>TV</category>
|
|
<category>GTK</category>
|
|
<category>GNOME</category>
|
|
</categories>
|
|
|
|
<provides>
|
|
<binary>delfin</binary>
|
|
</provides>
|
|
</component>
|