mirror of
https://github.com/chenasraf/nextcloud-pantry.git
synced 2026-05-18 01:28:57 +00:00
59 lines
3.0 KiB
XML
59 lines
3.0 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>Manage your household: shared checklists, photo boards, and notes.</summary>
|
|
<description>< | [iOS (App Store)](https://apps.apple.com/us/app/pantry-for-nextcloud/id6762161619)
|
|
]]></description>
|
|
<version>0.10.1</version>
|
|
<licence>agpl</licence>
|
|
<author mail="contact@casraf.dev" homepage="https://casraf.dev">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/screenshots/screenshot-01.png</screenshot>
|
|
<screenshot>https://raw.githubusercontent.com/chenasraf/nextcloud-pantry/refs/heads/master/screenshots/screenshot-02.png</screenshot>
|
|
<screenshot>https://raw.githubusercontent.com/chenasraf/nextcloud-pantry/refs/heads/master/screenshots/screenshot-03.png</screenshot>
|
|
<dependencies>
|
|
<nextcloud min-version="29" max-version="34"/>
|
|
</dependencies>
|
|
<background-jobs>
|
|
<job>OCA\Pantry\BackgroundJob\ReopenRecurringItemsJob</job>
|
|
</background-jobs>
|
|
<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>
|