passman/appinfo/info.xml
brantje 028fb36d8a Add field to credential table
Signed-off-by: brantje <brantje@gmail.com>
2016-09-28 19:23:25 +02:00

18 lines
652 B
XML

<?xml version="1.0"?>
<info>
<id>passman</id>
<name>Passman</name>
<description>A password manager for Nextcloud</description>
<licence>AGPL</licence>
<author>Sander Brand</author>
<version>1.0.2.9</version>
<namespace>Passman</namespace>
<category>other</category>
<website>https://github.com/nextcloud/passman/</website>
<bugs>https://github.com/nextcloud/passman/issues</bugs>
<repository type="git">git@github.com:nextcloud/passman.git</repository>
<dependencies>
<owncloud min-version="9" max-version="11" />
<nextcloud min-version="9" max-version="11" />
</dependencies>
</info>