nextcloud-gpodder/appinfo/info.xml

24 lines
925 B
XML
Raw Normal View History

<?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>
2021-07-05 08:22:54 +00:00
<name>GPodder Sync</name>
<summary>replicate basic GPodder.net API</summary>
<description><![CDATA[Expose GPodder API to sync podcast consumer apps like AntennaPod]]></description>
2021-07-06 18:12:20 +00:00
<version>0.0.2</version>
<licence>agpl</licence>
2021-07-05 08:22:54 +00:00
<author mail="thrillfall@disroot.org">Thrillfall</author>
<namespace>GPodderSync</namespace>
<category>integration</category>
2021-07-05 08:22:54 +00:00
<bugs>https://github.com/thrillfall/nextcloud-gpodder/issues</bugs>
<dependencies>
2021-07-06 18:12:20 +00:00
<nextcloud min-version="19" max-version="21"/>
</dependencies>
<navigations>
<navigation>
2021-07-05 08:22:54 +00:00
<name>GPodder Sync</name>
<route>gpoddersync.page.index</route>
</navigation>
</navigations>
</info>