<?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>end_to_end_encryption</id>
	<name>End-to-End Encryption</name>
	<summary>End-to-end encryption endpoint</summary>
	<description>Provides the necessary endpoint to enable end-to-end encryption.</description>
	<version>1.8.1</version>
	<licence>agpl</licence>
	<author>Bjoern Schiessle</author>
	<namespace>EndToEndEncryption</namespace>
	<types>
		<filesystem/>
		<dav/>
	</types>
	<category>files</category>
	<website>https://github.com/nextcloud/end_to_end_encryption</website>
	<bugs>https://github.com/nextcloud/end_to_end_encryption/issues</bugs>
	<repository type="git">https://github.com/nextcloud/end_to_end_encryption.git</repository>
	<screenshot>https://raw.githubusercontent.com/nextcloud/end_to_end_encryption/master/screenshots/e2ee-filelisting.png</screenshot>
	<dependencies>
		<nextcloud min-version="22" max-version="22" />
	</dependencies>
	<background-jobs>
		<job>OCA\EndToEndEncryption\BackgroundJob\RollbackBackgroundJob</job>
	</background-jobs>
	<sabre>
		<plugins>
			<plugin>OCA\EndToEndEncryption\Connector\Sabre\PropFindPlugin</plugin>
		</plugins>
	</sabre>
</info>
