retro/appinfo/info.xml
Michel Roux 40f8a19b92
All checks were successful
retro / xml (push) Successful in 13s
retro / php (push) Successful in 57s
retro / nodejs (push) Successful in 1m34s
retro / release (push) Has been skipped
chore: add emulatorjs
2024-12-26 23:16:03 +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>0.1.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.1"/>
<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>