<?xml version="1.0"?>
<info>
	<id>comments</id>
	<name>Comments</name>
	<description>Files app plugin to add comments to files</description>
	<licence>AGPL</licence>
	<author>Arthur Schiwon, Vincent Petry</author>
	<default_enable/>
	<version>0.3.0</version>
	<dependencies>
		<owncloud min-version="10" max-version="10" />
	</dependencies>
	<types>
		<logging/>
		<dav/>
	</types>
	<sabre>
		<plugins>
			<plugin>OCA\Comments\Dav\CommentsPlugin</plugin>
		</plugins>
		<collections>
			<collection>OCA\Comments\Dav\RootCollection</collection>
		</collections>
	</sabre>
</info>
