nextcloud-gpodder/appinfo/info.xml

24 lines
893 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>
<name>G Podder Sync</name>
<summary>replicate GPodder API</summary>
<description><![CDATA[Expose GPodder API to sync podcast consumer apps like AntennaPod]]></description>
<version>0.0.1</version>
<licence>agpl</licence>
<author mail="thrillfall@disroot.org" >Thrillfall</author>
<namespace>GPodderSync</namespace>
<category>integration</category>
<bugs>https://github.com/thrillfall</bugs>
<dependencies>
<nextcloud min-version="15" max-version="15"/>
</dependencies>
<navigations>
<navigation>
<name>G Podder Sync</name>
<route>gpoddersync.page.index</route>
</navigation>
</navigations>
</info>