<?xml version="1.0"?>
<!--
  - SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors
  - SPDX-License-Identifier: AGPL-3.0-or-later
-->
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
	  xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
	<id>webhook_listeners</id>
	<name>Nextcloud webhook support</name>
	<summary>Nextcloud webhook support</summary>
	<description>Nextcloud webhook support</description>
	<version>1.3.0</version>
	<licence>agpl</licence>
	<author>Côme Chilliet</author>
	<namespace>WebhookListeners</namespace>

	<types>
		<filesystem/>
	</types>

	<category>customization</category>
	<website>https://github.com/nextcloud/server</website>
	<bugs>https://github.com/nextcloud/server/issues</bugs>
	<repository>https://github.com/nextcloud/server.git</repository>

	<dependencies>
		<nextcloud min-version="32" max-version="32"/>
	</dependencies>

	<commands>
		<command>OCA\WebhookListeners\Command\ListWebhooks</command>
	</commands>

	<settings>
		<admin>OCA\WebhookListeners\Settings\Admin</admin>
	</settings>
</info>
