summaryrefslogtreecommitdiffstats
path: root/apps/files/appinfo/info.xml
blob: 0a1b196b06f3cf40e389facb455a79f856d015ce (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</author>
	<require>4.9</require>
	<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>