22 lines
999 B
XML
22 lines
999 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_flags</id>
|
|
<name>Pride Flags</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.2</version>
|
|
<licence>cnvpl</licence>
|
|
<author mail="" homepage="https://github.com/finallycoffee/nextcloud-pride"></author>
|
|
<namespace>PrideFlags</namespace>
|
|
<category>customization</category>
|
|
<bugs>https://github.com/finallycoffee/nextcloud-pride/issues</bugs>
|
|
<dependencies>
|
|
<nextcloud min-version="26" max-version="28"/>
|
|
</dependencies>
|
|
<settings>
|
|
<personal-section>OCA\PrideFlags\Settings\PersonalSection</personal-section>
|
|
<personal>OCA\PrideFlags\Settings\PersonalSettings</personal>
|
|
</settings>
|
|
</info>
|