mirror of
https://github.com/LibreSign/libresign.git
synced 2025-12-18 05:20:45 +01:00
17 lines
667 B
XML
17 lines
667 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>dsv</id>
|
|
<namespace>Dsv</namespace>
|
|
<name>Digital Signature Valitation</name>
|
|
<summary>A plugin for displaying and validate Digital Signatures.</summary>
|
|
<description>A plugin for displaying and validate Digital Signatures.</description>
|
|
|
|
<version>0.10.0</version>
|
|
<licence>agpl</licence>
|
|
<category>files</category>
|
|
<category>tools</category>
|
|
<dependencies>
|
|
<php min-version="7.3" />
|
|
<nextcloud min-version="18" />
|
|
</dependencies>
|
|
</info>
|