Files
nextchords/appinfo/info.xml
2023-04-15 18:39:50 +02:00

29 lines
1.1 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: ewandor <ewandor@dorfsvald.net>
SPDX-License-Identifier: CC0-1.0
-->
<id>nextchords</id>
<name>Next Chords</name>
<summary>An app allowing the visualisation and manipulation of tabs and chords files</summary>
<description><![CDATA[An app allowing the visualisation and manipulation of tabs and chords files]]></description>
<version>0.0.1</version>
<licence>agpl</licence>
<author mail="ewandor@dorfsvald.net" homepage="https://git.dorfsvald.net/ewandor">ewandor</author>
<namespace>NextChords</namespace>
<category>games</category>
<category>tools</category>
<bugs>https://git.dorfsvald.net/ewandor/nextchords/issues</bugs>
<dependencies>
<nextcloud min-version="24" max-version="24"/>
</dependencies>
<navigations>
<navigation>
<name>Next Chords</name>
<route>nextchords.page.index</route>
</navigation>
</navigations>
</info>