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

12345678910111213141516171819
  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>testing</id>
  5. <name>QA testing</name>
  6. <summary>This app is only for testing! It is dangerous to have it enabled in a live instance</summary>
  7. <description>This app is only for testing! It is dangerous to have it enabled in a live instance</description>
  8. <version>1.16.0</version>
  9. <licence>agpl</licence>
  10. <author>Joas Schilling</author>
  11. <types>
  12. <authentication/>
  13. </types>
  14. <category>monitoring</category>
  15. <bugs>https://github.com/nextcloud/server/issues</bugs>
  16. <dependencies>
  17. <nextcloud min-version="26" max-version="26"/>
  18. </dependencies>
  19. </info>