nextcloud-app-radio/appinfo/info.xml
2017-08-06 23:23:26 +02:00

18 lines
643 B
XML
Executable File

<?xml version="1.0"?>
<info>
<id>radio</id>
<name>Radio</name>
<description>Listening to your favorite radio stations in Nextcloud</description>
<version>0.5.0</version>
<licence>agpl</licence>
<author>Jonas Heinrich</author>
<bugs>https://git.project-insanity.org/onny/nextcloud-app-radio/issues</bugs>
<website>https://git.project-insanity.org/onny/nextcloud-app-radio</website>
<category>multimedia</category>
<screenshot>https://onny.project-insanity.org/files/radio-app.png</screenshot>
<dependencies>
<owncloud min-version="9.1" max-version="9.2"/>
<nextcloud min-version="10" max-version="12"/>
</dependencies>
</info>