1
0

info.xml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <?xml version="1.0"?>
  2. <!--
  3. - SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
  4. - SPDX-License-Identifier: AGPL-3.0-or-later
  5. -->
  6. <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
  7. xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  8. <id>dashboard</id>
  9. <name>Dashboard</name>
  10. <summary>Dashboard app</summary>
  11. <description><![CDATA[Start your day informed
  12. 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.]]>
  13. </description>
  14. <version>7.11.0</version>
  15. <licence>agpl</licence>
  16. <author>Julius Härtl</author>
  17. <namespace>Dashboard</namespace>
  18. <category>customization</category>
  19. <bugs>https://github.com/nextcloud/server/issues</bugs>
  20. <dependencies>
  21. <nextcloud min-version="31" max-version="31"/>
  22. </dependencies>
  23. <navigations>
  24. <navigation>
  25. <name>Dashboard</name>
  26. <route>dashboard.dashboard.index</route>
  27. <icon>dashboard.svg</icon>
  28. <order>-1</order>
  29. </navigation>
  30. </navigations>
  31. </info>