Skip to content

Commit b856410

Browse files
committed
add appstore info to info.xml
1 parent 28ceef4 commit b856410

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

appinfo/info.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0"?>
2-
<info>
2+
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
34
<id>logreader</id>
45
<name>Log Reader</name>
56
<description>Easier reading of logs</description>
@@ -8,6 +9,13 @@
89
<author>Robin Appelman</author>
910
<namespace>LogReader</namespace>
1011

12+
<website>https://github.com/icewind1991/logreader</website>
13+
<bugs>https://github.com/icewind1991/logreader/issues</bugs>
14+
<repository type="git">https://github.com/icewind1991/logreader</repository>
15+
<screenshot>
16+
https://camo.githubusercontent.com/b418a76cbfa04730b5690ab1530a23e15680c06e/68747470733a2f2f692e696d6775722e636f6d2f306f4d6a6a70562e706e67
17+
</screenshot>
18+
<category>tools</category>
1119
<dependencies>
1220
<owncloud min-version="8.1" max-version="9.2"/>
1321
<nextcloud min-version="9.0" max-version="11.0"/>

0 commit comments

Comments
 (0)