2015-07-08 21:29:55 +00:00
|
|
|
<?xml version="1.0"?>
|
2017-02-27 17:22:22 +00:00
|
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
|
2015-07-08 21:29:55 +00:00
|
|
|
<id>weather</id>
|
|
|
|
<name>Weather</name>
|
2019-11-29 11:17:31 +00:00
|
|
|
<description>Watch the weather directly on your Nextcloud.</description>
|
2020-12-21 23:58:53 +00:00
|
|
|
<version>1.7.4</version>
|
2015-07-08 21:29:55 +00:00
|
|
|
<licence>AGPL</licence>
|
|
|
|
<author>Loic Blot</author>
|
2017-02-27 17:22:22 +00:00
|
|
|
<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>
|
2016-04-24 07:52:00 +00:00
|
|
|
<dependencies>
|
2020-12-21 23:58:53 +00:00
|
|
|
<nextcloud min-version="17" max-version="20"/>
|
2016-04-24 07:52:00 +00:00
|
|
|
</dependencies>
|
2017-02-27 17:22:22 +00:00
|
|
|
<website>https://github.com/nextcloud/weather</website>
|
|
|
|
<bugs>https://github.com/nextcloud/weather/issues</bugs>
|
|
|
|
<repository type="git">https://github.com/nextcloud/weather</repository>
|
2017-03-01 13:02:48 +00:00
|
|
|
<namespace>Weather</namespace>
|
|
|
|
<settings>
|
2017-07-03 19:45:09 +00:00
|
|
|
<admin>OCA\Weather\Settings\AdminSettings</admin>
|
2017-03-01 13:02:48 +00:00
|
|
|
</settings>
|
2015-07-08 21:29:55 +00:00
|
|
|
</info>
|