summaryrefslogtreecommitdiffstats
path: root/apps/theming/appinfo/info.xml
blob: c7d4e4051999692d471bf8bb6d575d2be89aa6c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<info>
	<id>theming</id>
	<name>Theming</name>
	<description>Adjust the Nextcloud theme</description>
	<licence>AGPL</licence>
	<author>Nextcloud</author>
	<version>1.0.0</version>
	<namespace>Theming</namespace>
	<category>other</category>

	<dependencies>
		<owncloud min-version="9.0" max-version="9.1" />
	</dependencies>

	<types>
		<logging/>
	</types>

	<default_enable/>
</info>