nextcloud-unroundedcorners/appinfo/info.xml

23 wiersze
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">
<id>unroundedcorners</id>
<name>Unrounded Corners</name>
<summary>An extension for making the corners of buttons and widgets unrounded</summary>
<description><![CDATA[
# Unrounded Corners
A Nextcloud app that restores the corners of buttons and widgets to their original looks by unrounding them.
]]></description>
<version>1.1.3</version>
<licence>agpl</licence>
<author mail="me@oliverparoczai.org" homepage="https://oliverparoczai.dev">Oliver Paroczai</author>
<namespace>UnroundedCorners</namespace>
<category>customization</category>
<website>https://github.com/OliverParoczai/nextcloud-unroundedcorners</website>
<bugs>https://github.com/OliverParoczai/nextcloud-unroundedcorners/issues</bugs>
<screenshot>https://raw.githubusercontent.com/OliverParoczai/nextcloud-unroundedcorners/master/differences.png</screenshot>
<dependencies>
<nextcloud min-version="27" max-version="37"/>
</dependencies>
</info>