webtransfer/appinfo/info.xml
2024-11-06 15:35:54 +01:00

27 lines
882 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>webserver</id>
<name>Web Server</name>
<summary>Allow users to transfer files from another repository</summary>
<description>Allow users to transfer files from another repository</description>
<version>1.0.0</version>
<licence>agpl</licence>
<author mail="guillaume.marrec.frey@proton.me" homepage="">Guillaume Marrec</author>
<namespace>WebServer</namespace>
<category>files</category>
<bugs>https://gmrrc.fr</bugs>
<dependencies>
<nextcloud min-version="29" max-version="29"/>
</dependencies>
<navigations>
<navigation>
<id>webserver</id>
<name>Web Server</name>
<route>webserver.page.index</route>
<icon>app.svg</icon>
<type>link</type>
</navigation>
</navigations>
</info>