2016-06-06 18:40:38 +03:00
|
|
|
<?xml version="1.0"?>
|
2018-02-07 18:04:45 +03:00
|
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
2016-06-06 18:40:38 +03:00
|
|
|
<id>theming</id>
|
|
|
|
<name>Theming</name>
|
2018-02-07 18:04:45 +03:00
|
|
|
<summary>Adjust the Nextcloud theme</summary>
|
2016-06-06 18:40:38 +03:00
|
|
|
<description>Adjust the Nextcloud theme</description>
|
2020-09-18 10:14:52 +03:00
|
|
|
<version>1.12.0</version>
|
2018-02-07 18:04:45 +03:00
|
|
|
<licence>agpl</licence>
|
|
|
|
<author>Nextcloud</author>
|
2016-06-06 18:40:38 +03:00
|
|
|
<namespace>Theming</namespace>
|
2018-02-07 18:04:45 +03:00
|
|
|
<default_enable/>
|
2016-07-15 09:47:35 +03:00
|
|
|
|
|
|
|
<types>
|
|
|
|
<logging/>
|
|
|
|
</types>
|
|
|
|
|
2018-02-07 18:04:45 +03:00
|
|
|
<category>customization</category>
|
|
|
|
<bugs>https://github.com/nextcloud/server/issues</bugs>
|
|
|
|
<dependencies>
|
2021-02-03 10:38:41 +03:00
|
|
|
<nextcloud min-version="22" max-version="22"/>
|
2018-02-07 18:04:45 +03:00
|
|
|
</dependencies>
|
2016-08-11 18:29:58 +03:00
|
|
|
|
|
|
|
<settings>
|
|
|
|
<admin>OCA\Theming\Settings\Admin</admin>
|
2019-03-20 16:14:37 +03:00
|
|
|
<admin-section>OCA\Theming\Settings\Section</admin-section>
|
2016-08-11 18:29:58 +03:00
|
|
|
</settings>
|
2020-09-23 18:48:48 +03:00
|
|
|
<commands>
|
|
|
|
<command>OCA\Theming\Command\UpdateConfig</command>
|
|
|
|
</commands>
|
2016-06-06 18:40:38 +03:00
|
|
|
</info>
|