18 lines
800 B
XML
18 lines
800 B
XML
|
<?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>pride</id>
|
||
|
<name>Pride</name>
|
||
|
<summary>Add pride flags to your nextcloud</summary>
|
||
|
<description><![CDATA[Diversity and inclusion are what makes the world worth living in! Let's show some pride!]]></description>
|
||
|
<version>0.1.0</version>
|
||
|
<licence>cnvpl</licence>
|
||
|
<author mail="" homepage="https://github.com/finallycoffee/nextcloud-pride"></author>
|
||
|
<namespace>Pride</namespace>
|
||
|
<category>customization</category>
|
||
|
<bugs>https://github.com/finallycoffee/nextcloud-pride/issues</bugs>
|
||
|
<dependencies>
|
||
|
<nextcloud min-version="26" max-version="28"/>
|
||
|
</dependencies>
|
||
|
</info>
|