<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>{id}</id>
<name>{name}</name>
<project_license>{license}</project_license>
<metadata_license>{metadata_license}</metadata_license>
{author}
<summary>{summary}</summary>
<url type="homepage">{homepage}</url>
<url type="bugtracker">{repository}</url>
<description>
{description}
</description>
<launchable type="desktop-id">{id}.desktop</launchable>
<provides>
<binary>{id}</binary>
</provides>
{categories}
{screenshots}
{releases}
{content_rating}
{requires}
{recommends}
<translation type="gettext">{name}</translation>
</component>