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

info.xml « appinfo « settings « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: acbf5caaac8f5aa4e8b55a1a98952625b31cbfd3 (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 xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
	  xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
	<id>settings</id>
	<name>Nextcloud settings</name>
	<summary>Nextcloud settings</summary>
	<description>Nextcloud settings</description>
	<version>1.0.0</version>
	<licence>agpl</licence>
	<author>Nextcloud</author>
	<namespace>Settings</namespace>
	<default_enable/>

	<category>customization</category>
	<bugs>https://github.com/nextcloud/server/issues</bugs>
	<dependencies>
		<nextcloud min-version="18" max-version="18"/>
	</dependencies>
</info>