Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo - github.com/nextcloud/files_filter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3ed2cb360fc7983426993acfcfd5f374e4085aea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0"?>
<info>
	<id>files_filter</id>
	<name>Files filter</name>
	<summary>Adds type filtered file views to the sidebar</summary>
	<description>Adds type filtered file views to the sidebar</description>
	<licence>AGPL</licence>
	<author>Robin Appelman</author>
	<namespace>Files_Filter</namespace>
	<version>0.1.0</version>

	<dependencies>
		<nextcloud min-version="12" max-version="13"/>
	</dependencies>

	<screenshot>
		https://github.com/icewind1991/files_filter/raw/master/screenshots/menu.png
	</screenshot>
	<category>files</category>
	<website>https://github.com/icewind1991/files_filter</website>
	<bugs>https://github.com/icewind1991/files_filter/issues</bugs>
	<repository type="git">
		https://github.com/icewind1991/files_filter.git
	</repository>
</info>