nextcloud-gpodder/appinfo/info.xml
2021-07-06 20:13:19 +02:00

24 lines
925 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>0.0.2</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>
<navigations>
<navigation>
<name>GPodder Sync</name>
<route>gpoddersync.page.index</route>
</navigation>
</navigations>
</info>