You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

info.xml 1.0KB

12345678910111213141516171819202122232425262728293031323334
  1. <?xml version="1.0"?>
  2. <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  4. <id>dashboard</id>
  5. <name>Dashboard</name>
  6. <summary>Dashboard app</summary>
  7. <description><![CDATA[Start your day informed
  8. The Nextcloud Dashboard is your starting point of the day, giving you an
  9. overview of your upcoming appointments, urgent emails, chat messages,
  10. incoming tickets, latest tweets and much more! Users can add the widgets
  11. they like and change the background to their liking.]]></description>
  12. <version>7.6.0</version>
  13. <licence>agpl</licence>
  14. <author>Julius Härtl</author>
  15. <namespace>Dashboard</namespace>
  16. <category>customization</category>
  17. <bugs>https://github.com/nextcloud/server/issues</bugs>
  18. <dependencies>
  19. <nextcloud min-version="26" max-version="26"/>
  20. </dependencies>
  21. <navigations>
  22. <navigation>
  23. <name>Dashboard</name>
  24. <route>dashboard.dashboard.index</route>
  25. <icon>dashboard.svg</icon>
  26. <order>-1</order>
  27. </navigation>
  28. </navigations>
  29. </info>