<?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>occweb</id>
    <name>OCC Web</name>
    <summary>OCC Commands in a web terminal</summary>
    <description><![CDATA[Run OCC Commands in a web terminal]]></description>
    <version>0.2.3</version>
    <licence>agpl</licence>
    <author mail="adphi.apps@gmail.com" >Adphi</author>
    <namespace>OCCWeb</namespace>
    <category>tools</category>
    <website>https://github.com/adphi/occweb</website>
    <bugs>https://github.com/adphi/occweb/issues</bugs>
    <repository>https://github.com/adphi/occweb</repository>
    <screenshot>https://github.com/adphi/occweb/raw/main/appinfo/screenshot.png</screenshot>
    <dependencies>
        <nextcloud min-version="31" max-version="31"/>
    </dependencies>
    <navigations>
        <navigation role="admin">
            <name>OCCWeb</name>
            <route>occweb.occ.index</route>
            <icon>app.svg</icon>
            <type>link</type>
        </navigation>
    </navigations>
</info>

