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