summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/info.xml
blob: 37ee564057a18403bb5f4dba8a319db0ca3bfc4b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<info>
	<id>files</id>
	<name>Files</name>
	<description>File Management</description>
	<licence>AGPL</licence>
	<author>Robin Appelman, Vincent Petry</author>
	<standalone/>
	<default_enable/>
	<version>1.4.1</version>
	<types>
		<filesystem/>
	</types>
	<dependencies>
		<owncloud min-version="9.0" max-version="9.0" />
	</dependencies>
	<documentation>
		<user>user-files</user>
	</documentation>
</info>