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

info.xml « appinfo - github.com/juliushaertl/theming_customcss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fc4f5e0a16ecd943b665efc74ef8c05644bd4e06 (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>theming_customcss</id>
	<name>Custom CSS</name>
	<description>Adjust the Nextcloud theme with custom CSS</description>
	<licence>AGPL</licence>
	<author>Nextcloud</author>
	<version>1.0.0</version>
	<namespace>ThemingCustomCss</namespace>
	<category>customization</category>

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

	<settings>
		<admin>OCA\ThemingCustomCss\Settings\Admin</admin>
	</settings>

</info>