mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
1e246706bd
Signed-off-by: Joas Schilling <coding@schilljs.com>
40 lines
1.1 KiB
XML
40 lines
1.1 KiB
XML
<?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>
|
|
<version>2.0.0-dev.0</version>
|
|
<licence>agpl</licence>
|
|
<author>Nextcloud</author>
|
|
<namespace>Appstore</namespace>
|
|
|
|
<category>customization</category>
|
|
<bugs>https://github.com/nextcloud/server/issues</bugs>
|
|
<dependencies>
|
|
<nextcloud min-version="35" max-version="35"/>
|
|
</dependencies>
|
|
|
|
<navigations>
|
|
<navigation role="admin">
|
|
<name>Appstore</name>
|
|
<route>appstore.page.viewApps</route>
|
|
<icon>app.svg</icon>
|
|
<order>99</order>
|
|
</navigation>
|
|
|
|
<navigation role="admin">
|
|
<name>Apps</name>
|
|
<route>appstore.page.viewApps</route>
|
|
<icon>app-dark.svg</icon>
|
|
<order>5</order>
|
|
<type>settings</type>
|
|
</navigation>
|
|
</navigations>
|
|
</info>
|