nextcloud/apps/theming/appinfo/info.xml

22 lines
409 B
XML
Raw Normal View History

2016-06-06 18:40:38 +03:00
<?xml version="1.0"?>
<info>
<id>theming</id>
<name>Theming</name>
<description>Adjust the Nextcloud theme</description>
<licence>AGPL</licence>
<author>Nextcloud</author>
2016-07-15 09:47:35 +03:00
<version>0.2.0</version>
2016-06-06 18:40:38 +03:00
<namespace>Theming</namespace>
<category>other</category>
2016-07-15 09:47:35 +03:00
2016-06-06 18:40:38 +03:00
<dependencies>
<owncloud min-version="9.0" max-version="9.1" />
</dependencies>
2016-07-15 09:47:35 +03:00
<types>
<logging/>
</types>
2016-06-06 18:40:38 +03:00
<default_enable/>
</info>