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: a481c430679f17359bfacf9e4ffe9a72d00f23f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?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.3.5</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>
        <owncloud min-version="7.0" max-version="9.1" />
        <nextcloud min-version="9" max-version="11" />
    </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>
    <ocsid>170605</ocsid>
</info>