initial commit
This commit is contained in:
17
appinfo/info.xml
Normal file
17
appinfo/info.xml
Normal file
@ -0,0 +1,17 @@
|
||||
<?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>
|
Reference in New Issue
Block a user