Files
nextcloud-pantry/appinfo/info.xml
2026-04-05 21:50:17 +03:00

51 lines
2.2 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 shopping lists, photos and notes.</summary>
<description><![CDATA[
Pantry helps households stay organized in Nextcloud.
- **Houses** group members and their shared data. A user can belong to multiple houses and switch between them.
- **Shopping lists** support recurring items (e.g. milk every week) that automatically reappear when due.
- **Photo boards** (coming soon) let you keep shared reference photos — the right brand of dog food, a favorite recipe card, and so on.
- **Notes wall** (coming soon) gives the household a lightweight shared space for reminders.
All data is scoped to a house; members only see the houses they belong to.
]]></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="34"/>
</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>