20 lines
765 B
XML
20 lines
765 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>
|
|
</info>
|