various-single-item.xml 747 B

12345678910111213141516171819202122
  1. <?xml version="1.0"?>
  2. <!--
  3. - SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
  4. - SPDX-License-Identifier: AGPL-3.0-or-later
  5. -->
  6. <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
  7. xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  8. <id>notifications</id>
  9. <name>Notifications</name>
  10. <description>A single screenshot should be an array</description>
  11. <version>1.0.0</version>
  12. <licence>agpl</licence>
  13. <author>Joas Schilling</author>
  14. <category>monitoring</category>
  15. <screenshot>https://raw.githubusercontent.com/nextcloud/notifications/refs/heads/master/docs/screenshot.png</screenshot>
  16. <dependencies>
  17. <nextcloud min-version="16" max-version="16"/>
  18. </dependencies>
  19. </info>