info.xml 1.0 KB

1234567891011121314151617181920212223242526272829303132
  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 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.]]>
  9. </description>
  10. <version>7.10.0</version>
  11. <licence>agpl</licence>
  12. <author>Julius Härtl</author>
  13. <namespace>Dashboard</namespace>
  14. <category>customization</category>
  15. <bugs>https://github.com/nextcloud/server/issues</bugs>
  16. <dependencies>
  17. <nextcloud min-version="30" max-version="30"/>
  18. </dependencies>
  19. <navigations>
  20. <navigation>
  21. <name>Dashboard</name>
  22. <route>dashboard.dashboard.index</route>
  23. <icon>dashboard.svg</icon>
  24. <order>-1</order>
  25. </navigation>
  26. </navigations>
  27. </info>