-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathinfo.xml
42 lines (41 loc) · 1.74 KB
/
info.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?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.
WARNING: As of July 2024 KeeWeb itself did not get any new release since 2021 and may contain security issues. You may consider to choose an actively maintained developed app like Passman or Passwords. If this changes in the future, this notice will be updated accordingly.
</description>
<version>0.6.20</version>
<licence>agpl</licence>
<author>Jonne Haß, Arno Welzel, Florian Forestier</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://arnowelzel.de/download/nextcloud-keeweb.gif</screenshot>
<dependencies>
<nextcloud min-version="28" max-version="30"/>
</dependencies>
<repair-steps>
<install>
<step>OCA\Keeweb\Migration\RegisterMimeType</step>
</install>
<uninstall>
<step>OCA\Keeweb\Migration\UnregisterMimeType</step>
</uninstall>
</repair-steps>
<navigations>
<navigation>
<id>keeweb</id>
<order>2</order>
<route>keeweb.page.index</route>
<icon>app.svg</icon>
<name>Keeweb</name>
</navigation>
</navigations>
</info>