nextcloud-raw/appinfo/ info.xml
24 lines
725 B

  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>raw</id>
  5. <name>Raw</name>
  6. <summary>a</summary>
  7. <description><![CDATA[a]]></description>
  8. <version>0.0.1</version>
  9. <licence>agpl</licence>
  10. <author mail="b@c.de" >a</author>
  11. <namespace>Raw</namespace>
  12. <category>files</category>
  13. <bugs>https://example.com</bugs>
  14. <dependencies>
  15. <nextcloud min-version="14" max-version="14"/>
  16. </dependencies>
  17. <navigations>
  18. <navigation>
  19. <name>Raw</name>
  20. <route>raw.page.index</route>
  21. </navigation>
  22. </navigations>
  23. </info>