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

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>settings</id>
  5. <name>Nextcloud settings</name>
  6. <summary>Nextcloud settings</summary>
  7. <description>Nextcloud settings</description>
  8. <version>1.1.0</version>
  9. <licence>agpl</licence>
  10. <author>Nextcloud</author>
  11. <namespace>Settings</namespace>
  12. <default_enable/>
  13. <category>customization</category>
  14. <bugs>https://github.com/nextcloud/server/issues</bugs>
  15. <dependencies>
  16. <nextcloud min-version="19" max-version="19"/>
  17. </dependencies>
  18. </info>