23 lines
719 B
XML
23 lines
719 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>agency</id>
|
|
<name>Agency</name>
|
|
<summary>App for managing Agency of DA</summary>
|
|
<description><![CDATA[test]]></description>
|
|
<version>0.0.1</version>
|
|
<licence></licence>
|
|
<namespace>Agency</namespace>
|
|
<category>tools</category>
|
|
<dependencies>
|
|
<nextcloud min-version="16"/>
|
|
</dependencies>
|
|
<navigations>
|
|
<navigation>
|
|
<name>Agenturverwaltung</name>
|
|
<route>agency.page.index</route>
|
|
<icon>app.svg</icon>
|
|
</navigation>
|
|
</navigations>
|
|
</info>
|