side_menu/appinfo/info.xml

36 lines
1.5 KiB
XML
Raw Normal View History

2020-03-28 17:40:53 +01:00
<?xml version="1.0"?>
<info>
<id>side_menu</id>
<name>Side menu</name>
2020-03-28 18:33:26 +01:00
<summary>Move the top menu to the left side.</summary>
2020-04-22 00:42:47 +02:00
<description><![CDATA[Side menu allows you to modify the position of the main menu by creating a panel on the left of the interface.
This application is rather suitable for instances that activate a lot of applications.
Comptatible with AppOrder.
2020-04-29 09:07:07 +02:00
You can report a bug or request a feature by opening an issue.
2020-04-22 00:42:47 +02:00
]]></description>
2020-03-28 17:40:53 +01:00
<licence>agpl</licence>
2020-04-29 09:07:07 +02:00
<author mail="contact@deblan.fr" homepage="https://www.deblan.io/">Simon Vieille</author>
2020-05-11 22:57:55 +02:00
<version>1.6.0</version>
2020-03-28 17:40:53 +01:00
<namespace>SideMenu</namespace>
<category>customization</category>
2020-03-28 18:33:26 +01:00
<website>https://gitnet.fr/deblan/side_menu</website>
<bugs>https://gitnet.fr/deblan/side_menu/issues</bugs>
<repository type="git">https://gitnet.fr/deblan/side_menu</repository>
2020-03-30 10:47:45 +02:00
<screenshot>https://upload.deblan.org/u/2020-03/5e81b219.jpg</screenshot>
2020-05-09 16:05:17 +02:00
<screenshot>https://upload.deblan.org/u/2020-03/5e7fab2b.jpg</screenshot>
<screenshot>https://upload.deblan.org/u/2020-05/5eb6b76e.png</screenshot>
<screenshot>https://upload.deblan.org/u/2020-05/5eb6b78a.png</screenshot>
2020-03-28 17:40:53 +01:00
<dependencies>
<nextcloud min-version="18" max-version="18"/>
</dependencies>
2020-04-09 09:55:45 +02:00
<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>
2020-04-09 09:55:45 +02:00
</settings>
2020-03-28 17:40:53 +01:00
</info>