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: d5f25254ba57e407a16b6bb0c744ebc0e1db28b7 (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>
	<id>theming_customcss</id>
	<name>Custom CSS</name>
	<summary>Adjust the Nextcloud theme with custom CSS</summary>
	<description>Adjust the Nextcloud theme with custom CSS</description>
	<version>1.9.0</version>
	<licence>agpl</licence>
	<author>Julius Härtl</author>
	<namespace>ThemingCustomCss</namespace>
	<category>customization</category>
    <bugs>https://github.com/juliushaertl/theming_customcss/issues</bugs>
	<dependencies>
		<nextcloud min-version="20" max-version="22" />
	</dependencies>
	<settings>
		<admin>OCA\ThemingCustomCss\Settings\Admin</admin>
	</settings>
</info>