aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/info.xml
blob: 7f222c0cc7d60c7fa301580f9326c4d9bcb7c0e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0"?>
<info>
	<id>files</id>
	<name>Files</name>
	<description>File Management</description>
	<licence>AGPL</licence>
	<author>Robin Appelman, Vincent Petry</author>
	<requiremin>4.93</requiremin>
	<shipped>true</shipped>
	<standalone/>
	<default_enable/>
	<types>
		<filesystem/>
	</types>
	<remote>
		<files>appinfo/remote.php</files>
		<webdav>appinfo/remote.php</webdav>
	</remote>
</info>