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

info.xml « appinfo « dashboard « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7e5772fd05ee3fcecb2f5308a831c135288175dc (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
27
28
29
30
31
32
33
34
<?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>dashboard</id>
	<name>Dashboard</name>
	<summary>Dashboard app</summary>
	<description><![CDATA[Start your day informed

The Nextcloud Dashboard is your starting point of the day, giving you an
overview of your upcoming appointments, urgent emails, chat messages,
incoming tickets, latest tweets and much more! People can add the widgets
they like and change the background to their liking.]]></description>
	<version>7.6.0</version>
	<licence>agpl</licence>
	<author>Julius Härtl</author>
	<namespace>Dashboard</namespace>

	<category>customization</category>

	<bugs>https://github.com/nextcloud/server/issues</bugs>

	<dependencies>
		<nextcloud min-version="26" max-version="26"/>
	</dependencies>

	<navigations>
		<navigation>
			<name>Dashboard</name>
			<route>dashboard.dashboard.index</route>
			<icon>dashboard.svg</icon>
			<order>-1</order>
		</navigation>
	</navigations>
</info>