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 806B

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