Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo - github.com/nextcloud/weather.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f6f40ed4151bfad3d06346d9aa0e715f151ea9cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?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="14" max-version="18"/>
    </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>