retro/appinfo/info.xml
Michel Roux dc16fc8c49
Some checks failed
retro / xml (push) Successful in 22s
retro / php (push) Failing after 34s
retro / nodejs (push) Failing after 1m0s
retro / release (push) Has been skipped
feat: remove vue and work on init
2025-01-02 08:10:20 +01:00

29 lines
947 B
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">
<id>retro</id>
<name>Retro</name>
<summary>🕹️ Play your favorite retro games in Nextcloud</summary>
<description>An example description</description>
<version>1.0.0</version>
<licence>agpl</licence>
<author mail="xefir@crystalyx.net" homepage="https://www.crystalyx.net">Michel Roux</author>
<namespace>Retro</namespace>
<category>games</category>
<website>https://git.crystalyx.net/Xefir/retro</website>
<bugs>https://git.crystalyx.net/Xefir/retro/issues</bugs>
<dependencies>
<php min-version="8.2"/>
<nextcloud min-version="29" max-version="30"/>
</dependencies>
<navigations>
<navigation>
<id>retro</id>
<name>Games</name>
<route>retro.page.index</route>
<icon>app.svg</icon>
<type>link</type>
</navigation>
</navigations>
</info>