Files
nextcloud-pantry/appinfo/info.xml
2026-04-16 12:03:49 +03:00

57 lines
2.8 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><![CDATA[
Pantry helps households stay organized in Nextcloud.
- **Houses** group members and their shared data. A person can belong to multiple houses and switch between them freely.
- **Checklists** support recurring items (e.g. milk every week) that automatically reappear when due. Share lists with the whole household so everyone knows what to pick up.
- **Photo boards** let you keep shared reference photos organized in folders — the right brand of dog food, a favorite recipe card, a product label, and so on.
- **Notes wall** gives the household a lightweight shared space for reminders, pinned messages, and quick notes with customizable colors.
- **Notifications** keep everyone in the loop when photos are uploaded or notes are added or edited.
All data is scoped to a house; members only see the houses they belong to.
]]></description>
<version>0.8.0</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>