Files
nextcloud-pantry/appinfo/info.xml

44 lines
1.6 KiB
XML

<?xml version="1.0"?>
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<!--
SPDX-FileCopyrightText: Chen Asraf <contact@casraf.dev>
SPDX-License-Identifier: CC0-1.0
-->
<id>pantry</id>
<name>Pantry</name>
<summary>Enter your app summary here.</summary>
<description><![CDATA[
Enter your app description here.
]]></description>
<version>1.0.0</version>
<licence>agpl</licence>
<author mail="contact@casraf.dev" homepage="https://github.com/chenasraf/nextcloud-pantry">Chen Asraf</author>
<namespace>Pantry</namespace>
<documentation>
<user>https://github.com/chenasraf/nextcloud-pantry/blob/master/README.md</user>
<admin>https://github.com/chenasraf/nextcloud-pantry#installation</admin>
<developer>https://github.com/chenasraf/nextcloud-pantry#development</developer>
</documentation>
<category>organization</category>
<category>tools</category>
<website>https://github.com/chenasraf/nextcloud-pantry</website>
<bugs>https://github.com/chenasraf/nextcloud-pantry/issues</bugs>
<repository>https://github.com/chenasraf/nextcloud-pantry</repository>
<screenshot>https://raw.githubusercontent.com/chenasraf/nextcloud-pantry/refs/heads/master/promo.png</screenshot>
<dependencies>
<nextcloud min-version="29" max-version="32"/>
</dependencies>
<settings>
<admin>OCA\Pantry\Settings\Admin</admin>
<admin-section>OCA\Pantry\Sections\Admin</admin-section>
</settings>
<navigations>
<navigation role="all">
<name>Pantry</name>
<route>pantry.page.index</route>
<icon>app.svg</icon>
<order>6</order>
</navigation>
</navigations>
</info>