mirror of
https://gitnet.fr/deblan/side_menu.git
synced 2025-12-18 05:10:50 +01:00
64 lines
3.5 KiB
XML
64 lines
3.5 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
|
<id>side_menu</id>
|
|
<name>Custom menu</name>
|
|
<summary>Modify the display of the menu.</summary>
|
|
<description><
|
|
* [Donate with liberapay](https://liberapay.com/deblan)
|
|
* [Leave a comment](https://apps.nextcloud.com/apps/side_menu#comments)
|
|
|
|
Notice
|
|
------
|
|
|
|
Because I believe in a free and decentralized Internet, [Gitnet](https://gitnet.fr) is **self-hosted at home**.
|
|
In case of downtime, you can download **Custom Menu** from [here](https://kim.deblan.fr/~side_menu/).
|
|
]]></description>
|
|
<version>5.1.3</version>
|
|
<licence>agpl</licence>
|
|
<author mail="contact@deblan.fr" homepage="https://www.deblan.fr/">Simon Vieille</author>
|
|
<namespace>SideMenu</namespace>
|
|
<documentation>
|
|
<admin>https://deblan.gitnet.page/side_menu_doc/</admin>
|
|
<developer>https://gitnet.fr/deblan/side_menu/src/branch/master/README.md</developer>
|
|
</documentation>
|
|
<category>customization</category>
|
|
<website>https://gitnet.fr/deblan/side_menu</website>
|
|
<discussion><![CDATA[https://matrix.to/#/!TFPucDATKODpHNVAtu:neutralnetwork.org?via=neutralnetwork.org]]></discussion>
|
|
<bugs>https://gitnet.fr/deblan/side_menu/issues</bugs>
|
|
<repository type="git">https://gitnet.fr/deblan/side_menu</repository>
|
|
<screenshot><![CDATA[https://gitnet.fr/deblan/side_menu/raw/branch/master/screenshots/nc19_default_menu.png]]></screenshot>
|
|
<screenshot><![CDATA[https://gitnet.fr/deblan/side_menu/raw/branch/master/screenshots/admin_settings.png]]></screenshot>
|
|
<screenshot><![CDATA[https://gitnet.fr/deblan/side_menu/raw/branch/master/screenshots/n19_big_menu.png]]></screenshot>
|
|
<screenshot><![CDATA[https://gitnet.fr/deblan/side_menu/raw/branch/master/screenshots/nc18_menu_always_displayed.png]]></screenshot>
|
|
<screenshot><![CDATA[https://gitnet.fr/deblan/side_menu/raw/branch/master/screenshots/nc20_big_menu_responsive.png]]></screenshot>
|
|
<screenshot><![CDATA[https://gitnet.fr/deblan/side_menu/raw/branch/master/screenshots/personal_settings.png]]></screenshot>
|
|
<screenshot><![CDATA[https://gitnet.fr/deblan/side_menu/raw/branch/master/screenshots/nc25_big_menu.png]]></screenshot>
|
|
<screenshot><![CDATA[https://gitnet.fr/deblan/side_menu/raw/branch/master/screenshots/nc25_default_menu.png]]></screenshot>
|
|
<dependencies>
|
|
<php min-version="8.1" max-version="8.4" />
|
|
<nextcloud min-version="31" max-version="32"/>
|
|
</dependencies>
|
|
<settings>
|
|
<admin>OCA\SideMenu\Settings\Admin</admin>
|
|
<admin-section>OCA\SideMenu\Settings\AdminSection</admin-section>
|
|
<personal>OCA\SideMenu\Settings\Personal</personal>
|
|
<personal-section>OCA\SideMenu\Settings\PersonalSection</personal-section>
|
|
</settings>
|
|
</info>
|