<?xml version="1.0"?>
<info>
	<id>files_antivirus</id>
	<name>Antivirus App for files</name>
	<description>
	This application inspects files that are uploaded to ownCloud for viruses before they are written to the ownCloud storage. If a file is identified as a virus, it is either logged or not uploaded to the server. The application relies on the underlying ClamAV virus scanning engine, which the admin points ownCloud to when configuring the application. 
For this app to be effective, the ClamAV virus definitions should be kept up to date. Also note that enabling this app will impact system performance as additional processing is required for every upload. More information is available in the Antivirus documentation.
	</description>
	<bugs>https://github.com/owncloud/files_antivirus/issues</bugs>
	<repository type="git">http://github.com/owncloud/files_antivirus.git</repository>
	<licence>AGPL</licence>
	<author>Manuel Delgado, Bart Visscher, thinksilicon.de, Victor Dubiniuk</author>
	<version>0.10.1.0</version>
	<types>
		<filesystem/>
	</types>
	<use-migrations>true</use-migrations>
	<dependencies>
		<owncloud min-version="10.0.3" max-version="10.0" />
	</dependencies>
	<ocsid>157439</ocsid>
	<settings>
		<admin>OCA\Files_Antivirus\AdminPanel</admin>
	</settings>
</info>
