37 lines
1.2 KiB
XML
37 lines
1.2 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
- SPDX-FileCopyrightText: 2020 F7cloud GmbH and F7cloud contributors
|
|
- SPDX-License-Identifier: AGPL-3.0-or-later
|
|
-->
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="https://apps.f7cloud.com/schema/apps/info.xsd">
|
|
<id>dashboard</id>
|
|
<name>Dashboard</name>
|
|
<summary>Dashboard app</summary>
|
|
<description><![CDATA[Start your day informed
|
|
|
|
The F7cloud 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.12.0</version>
|
|
<licence>agpl</licence>
|
|
<author>Julius Härtl</author>
|
|
<namespace>Dashboard</namespace>
|
|
|
|
<category>customization</category>
|
|
|
|
<bugs>https://github.com/f7cloud/server/issues</bugs>
|
|
|
|
<dependencies>
|
|
<f7cloud min-version="1" max-version="2"/>
|
|
</dependencies>
|
|
|
|
<navigations>
|
|
<navigation>
|
|
<name>Dashboard</name>
|
|
<route>dashboard.dashboard.index</route>
|
|
<icon>dashboard.svg</icon>
|
|
<order>-10</order>
|
|
</navigation>
|
|
</navigations>
|
|
</info>
|