mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
23 lines
767 B
XML
23 lines
767 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>signer</id>
|
|
<name>Signer</name>
|
|
<summary>App for signing documents.</summary>
|
|
<description><![CDATA[This is a app for signing documents]]></description>
|
|
<version>1.0.1</version>
|
|
<licence>agpl</licence>
|
|
<namespace>Signer</namespace>
|
|
<dependencies>
|
|
<nextcloud min-version="17" max-version="20"/>
|
|
</dependencies>
|
|
<navigations>
|
|
<navigation>
|
|
<name>Signer</name>
|
|
<route>signer.page.index</route>
|
|
</navigation>
|
|
</navigations>
|
|
<settings>
|
|
<admin>OCA\Signer\Settings\AdminSettings</admin>
|
|
</settings>
|
|
|
|
</info>
|