nc-weather/appinfo/info.xml

27 lines
1.1 KiB
XML
Raw Normal View History

2015-07-08 21:29:55 +00:00
<?xml version="1.0"?>
<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-23 20:02:54 +00:00
<summary>Watch the weather directly on your Nextcloud.</summary>
2019-11-29 09:43:46 +00:00
<version>1.6.5</version>
2015-07-08 21:29:55 +00:00
<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>
2016-04-24 07:52:00 +00:00
<dependencies>
<nextcloud min-version="14" max-version="17"/>
2016-04-24 07:52:00 +00:00
</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>
2017-03-01 13:02:48 +00:00
<namespace>Weather</namespace>
<settings>
<admin>OCA\Weather\Settings\AdminSettings</admin>
2017-03-01 13:02:48 +00:00
</settings>
<dashboard>
<widget>OCA\Weather\Widgets\DefaultWidget</widget>
</dashboard>
2015-07-08 21:29:55 +00:00
</info>