You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nextcloud-server/plugins/audioplayer/plugin.xml

15 lines
324 B

<?xml version="1.0"?>
<plugin version='1.0'>
<info>
<id>audioplayer</id>
<name>A simple HTML5 based audio player for ownCloud</name>
<version>0.1</version>
<licence>AGPL</licence>
<author>ente</author>
<require>1.1</require>
</info>
<runtime>
<include>lib_audioplayer.php</include>
</runtime>
</plugin>