2019-01-19 14:40:52 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
2019-01-19 14:54:24 +00:00
|
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
|
|
|
<id>occweb</id>
|
|
|
|
<name>OCC Web</name>
|
|
|
|
<summary>OCC Command in a web terminal</summary>
|
|
|
|
<description><![CDATA[Run OCC Commands in a web terminal]]></description>
|
2019-01-19 14:40:52 +00:00
|
|
|
<version>0.0.1</version>
|
|
|
|
<licence>agpl</licence>
|
|
|
|
<author mail="adphi.apps@gmail.com" >Adphi</author>
|
2019-01-19 14:54:24 +00:00
|
|
|
<namespace>OCCWeb</namespace>
|
2019-01-19 14:40:52 +00:00
|
|
|
<category>security</category>
|
|
|
|
<bugs>https://git.adphi.net/Adphi/TestNextcloudApp</bugs>
|
|
|
|
<dependencies>
|
|
|
|
<nextcloud min-version="13" max-version="15"/>
|
|
|
|
</dependencies>
|
|
|
|
<navigations>
|
2019-01-19 15:16:04 +00:00
|
|
|
<navigation role="admin">
|
2019-01-19 14:54:24 +00:00
|
|
|
<name>OCCWeb</name>
|
2019-01-19 15:32:50 +00:00
|
|
|
<route>occweb.occ.index</route>
|
2019-01-19 15:16:04 +00:00
|
|
|
<icon>app.svg</icon>
|
|
|
|
<type>link</type>
|
2019-01-19 14:40:52 +00:00
|
|
|
</navigation>
|
|
|
|
</navigations>
|
|
|
|
</info>
|
2019-01-19 14:54:24 +00:00
|
|
|
|