40 lines
1.6 KiB
XML
40 lines
1.6 KiB
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>Allow users to theme different parts of their nextcloud with pride flags</summary>
|
|
<description>Allows every user to select their wanted pride flags as backgrounds for primary action buttons and folder icons in the files app.
|
|
|
|
Currently supported "targets":
|
|
- primary action buttons
|
|
- folder icons in the files app
|
|
|
|
Currently supported pride flags:
|
|
- Original 6 color rainbow pride flag
|
|
- Trans pride flag
|
|
- Pansexual pride flag
|
|
- Non-binary pride flag
|
|
- Bisexual pride flag
|
|
- Asexual pride flag
|
|
- Lesbian pride flag
|
|
|
|
more flags to follow soon!</description>
|
|
<version>1.1.0</version>
|
|
<licence>gpl3</licence>
|
|
<author mail="transcaffeine@finally.coffee" homepage="https://github.com/finally-coffee-nextcloud-pride-flags">transcaffeine</author>
|
|
<namespace>PrideFlags</namespace>
|
|
<category>customization</category>
|
|
<bugs>https://github.com/finally-coffee/nextcloud-pride-flags/issues</bugs>
|
|
<screenshot>https://raw.githubusercontent.com/finally-coffee/nextcloud-pride-flags/main/img/pride_flag_variants.png</screenshot>
|
|
<dependencies>
|
|
<nextcloud min-version="26" max-version="29"/>
|
|
</dependencies>
|
|
<settings>
|
|
<admin-section>OCA\PrideFlags\Settings\AdminSection</admin-section>
|
|
<admin>OCA\PrideFlags\Settings\AdminSettings</admin>
|
|
<personal-section>OCA\PrideFlags\Settings\PersonalSection</personal-section>
|
|
<personal>OCA\PrideFlags\Settings\PersonalSettings</personal>
|
|
</settings>
|
|
</info>
|