summaryrefslogtreecommitdiffstats
path: root/appinfo/info.xml
blob: 51c01de74caa41bd374a83f8a0a90a58ccd72164 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?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>contacts</id>
	<name>Contacts</name>
	<description>The new and improved app for your Contacts.</description>
	<version>1.5.3</version>
	<licence>AGPL</licence>
	<author>Alexander Weidinger</author>
	<author>Jan-Christoph Borchardt</author>
	<author>Hendrik Leppelsack</author>
	<documentation>
		<user>https://docs.nextcloud.com/server/11/user_manual/pim/contacts.html</user>
		<admin>https://docs.nextcloud.com/server/11/admin_manual/configuration_server/occ_command.html?highlight=occ%20commands#dav-label</admin>
		<developer>https://github.com/nextcloud/contacts#building-the-app</developer>
	</documentation>
	<category>office</category>
	<category>social</category>
	<category>organization</category>
	<website>https://github.com/nextcloud/contacts#readme</website>
	<bugs>https://github.com/nextcloud/contacts/issues</bugs>
	<repository type="git">https://github.com/nextcloud/contacts.git</repository>
	<screenshot>https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Contacts/contacts.png</screenshot>
	<dependencies>
		<owncloud min-version="9.0" max-version="9.2" />
		<nextcloud min-version="9" max-version="12" />
	</dependencies>
	<ocsid>168708</ocsid>
	<contactsmenu>
		<provider>OCA\Contacts\ContactsMenu\Providers\DetailsProvider</provider>
	</contactsmenu>
</info>