1
0
Fork 0
mirror of https://github.com/mwalbeck/nextcloud-breeze-dark.git synced 2025-07-06 11:11:58 +00:00
nextcloud-breeze-dark/appinfo/info.xml

20 lines
1 KiB
XML
Raw Normal View History

2019-11-28 22:13:51 +01:00
<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>breezedark</id>
<name>Breeze Dark</name>
<summary>Breeze Dark theme for Nextcloud, based on the theme by KDE</summary>
<description><![CDATA[This is a breeze dark theme for Nextcloud, based on the theme by the KDE project.]]></description>
<version>17.0.9</version>
2019-11-28 22:13:51 +01:00
<licence>agpl</licence>
<author mail="mw@mwalbeck.org" homepage="https://github.com/mwalbeck/nextcloud-breeze-dark">Magnus Walbeck</author>
<namespace>BreezeDark</namespace>
<category>customization</category>
2020-01-17 22:45:33 +01:00
<website>https://github.com/mwalbeck/nextcloud-breeze-dark</website>
2019-11-28 22:13:51 +01:00
<bugs>https://github.com/mwalbeck/nextcloud-breeze-dark/issues</bugs>
2020-01-18 22:36:42 +01:00
<screenshot>https://raw.githubusercontent.com/mwalbeck/nextcloud-breeze-dark/17-app/screenshot.png</screenshot>
2019-11-28 22:13:51 +01:00
<dependencies>
<nextcloud min-version="17" max-version="17"/>
</dependencies>
</info>