<?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>keeweb</id>
    <name>Keeweb</name>
    <summary>Open Keepass stores</summary>
    <description>Open Keepass stores inside Nextcloud with Keeweb just by clicking on an *.kdbx file in your Nextcloud.</description>
    <version>0.6.9</version>
    <licence>agpl</licence>
    <author>Jonne Haß</author>
    <namespace>Keeweb</namespace>
    <category>tools</category>
    <category>integration</category>
    <website>https://github.com/jhass/nextcloud-keeweb</website>
    <bugs>https://github.com/jhass/nextcloud-keeweb/issues</bugs>
    <repository>https://github.com/jhass/nextcloud-keeweb</repository>
    <screenshot>https://cloud.aeshna.de/keeweb.gif</screenshot>
    <dependencies>
        <nextcloud min-version="16" max-version="24" />
    </dependencies>
    <repair-steps>
        <install>
            <step>OCA\Keeweb\Migration\RegisterMimeType</step>
        </install>
        <uninstall>
            <step>OCA\Keeweb\Migration\UnregisterMimeType</step>
        </uninstall>
    </repair-steps>
</info>
