2026-04-29 13:33:03 -04:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
<!--
|
|
|
|
|
- SPDX-FileCopyrightText: 2025 Nextcloud GmbH and Nextcloud contributors
|
|
|
|
|
- SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
|
-->
|
|
|
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
|
xsi:noNamespaceSchemaLocation="../../../resources/app-info-shipped.xsd">
|
|
|
|
|
<id>appstore</id>
|
|
|
|
|
<name>Nextcloud Appstore</name>
|
|
|
|
|
<summary>Nextcloud Appstore</summary>
|
|
|
|
|
<description>Nextcloud Appstore</description>
|
2026-05-15 03:31:33 -04:00
|
|
|
<version>2.0.0-dev.0</version>
|
2026-04-29 13:33:03 -04:00
|
|
|
<licence>agpl</licence>
|
|
|
|
|
<author>Nextcloud</author>
|
|
|
|
|
<namespace>Appstore</namespace>
|
|
|
|
|
|
|
|
|
|
<category>customization</category>
|
|
|
|
|
<bugs>https://github.com/nextcloud/server/issues</bugs>
|
|
|
|
|
<dependencies>
|
2026-05-15 03:31:33 -04:00
|
|
|
<nextcloud min-version="35" max-version="35"/>
|
2026-04-29 13:33:03 -04:00
|
|
|
</dependencies>
|
|
|
|
|
</info>
|