nextcloud/apps/contacts/appinfo/info.xml

17 lines
380 B
XML

<?xml version="1.0"?>
<info>
<id>contacts</id>
<name>Contacts</name>
<licence>AGPL</licence>
<author>Jakob Sack</author>
<require>4</require>
<shipped>true</shipped>
<description>Address book with CardDAV support.</description>
<standalone/>
<default_enable/>
<remote>
<contacts>appinfo/remote.php</contacts>
<carddav>appinfo/remote.php</carddav>
</remote>
</info>