nextcloud-gpodder/appinfo/info.xml

18 lines
757 B
XML

<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>gpoddersync</id>
<name>GPodder Sync</name>
<summary>replicate basic GPodder.net API</summary>
<description><![CDATA[Expose GPodder API to sync podcast consumer apps like AntennaPod]]></description>
<version>1.0.1</version>
<licence>agpl</licence>
<author mail="thrillfall@disroot.org">Thrillfall</author>
<namespace>GPodderSync</namespace>
<category>integration</category>
<bugs>https://github.com/thrillfall/nextcloud-gpodder/issues</bugs>
<dependencies>
<nextcloud min-version="19" max-version="21"/>
</dependencies>
</info>