improved app infos, fix app category

This commit is contained in:
Adphi 2019-01-21 18:17:23 +01:00
parent a79cc12161
commit 1831886e20
2 changed files with 6 additions and 4 deletions

View File

@ -3,14 +3,16 @@
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>occweb</id> <id>occweb</id>
<name>OCC Web</name> <name>OCC Web</name>
<summary>OCC Command in a web terminal</summary> <summary>OCC Commands in a web terminal</summary>
<description><![CDATA[Run OCC Commands in a web terminal]]></description> <description><![CDATA[Run OCC Commands in a web terminal]]></description>
<version>0.0.1</version> <version>0.0.2</version>
<licence>agpl</licence> <licence>agpl</licence>
<author mail="adphi.apps@gmail.com" >Adphi</author> <author mail="adphi.apps@gmail.com" >Adphi</author>
<namespace>OCCWeb</namespace> <namespace>OCCWeb</namespace>
<category>security</category> <category>tools</category>
<bugs>https://git.adphi.net/Adphi/OCCWeb</bugs> <screenshot>https://git.adphi.net/Adphi/OCCWeb/raw/master/appinfo/screenshot.png</screenshot>
<repository>https://git.adphi.net/Adphi/OCCWeb</repository>
<bugs>https://git.adphi.net/Adphi/OCCWeb/issues</bugs>
<dependencies> <dependencies>
<nextcloud min-version="13" max-version="15"/> <nextcloud min-version="13" max-version="15"/>
</dependencies> </dependencies>

BIN
appinfo/screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 614 KiB