summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/info.xml
blob: 390d645e2a44bac66a9bb7483976d3cc1bb47e7f (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>
	<requiremin>4.93</requiremin>
	<shipped>true</shipped>
	<standalone/>
	<default_enable/>
	<types>
		<filesystem/>
	</types>
	<remote>
		<files>appinfo/remote.php</files>
		<webdav>appinfo/remote.php</webdav>
		<filesync>appinfo/filesync.php</filesync>
	</remote>
</info>