27 lines
1.1 KiB
XML
27 lines
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>weather</id>
|
|
<name>Weather</name>
|
|
<description>Watch the weather directly on your Nextcloud.</description>
|
|
<version>1.7.2</version>
|
|
<licence>AGPL</licence>
|
|
<author>Loic Blot</author>
|
|
<category>tools</category>
|
|
<screenshot>https://raw.githubusercontent.com/nextcloud/weather/master/screenshots/1.png</screenshot>
|
|
<screenshot>https://raw.githubusercontent.com/nextcloud/weather/master/screenshots/2.png</screenshot>
|
|
<dependencies>
|
|
<nextcloud min-version="16" max-version="19"/>
|
|
</dependencies>
|
|
<website>https://github.com/nextcloud/weather</website>
|
|
<bugs>https://github.com/nextcloud/weather/issues</bugs>
|
|
<repository type="git">https://github.com/nextcloud/weather</repository>
|
|
<namespace>Weather</namespace>
|
|
<settings>
|
|
<admin>OCA\Weather\Settings\AdminSettings</admin>
|
|
</settings>
|
|
<dashboard>
|
|
<widget>OCA\Weather\Widgets\DefaultWidget</widget>
|
|
</dashboard>
|
|
</info>
|