initial commit
This commit is contained in:
28
appinfo/info.xml
Normal file
28
appinfo/info.xml
Normal file
@@ -0,0 +1,28 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user