aboutsummaryrefslogtreecommitdiffstats
path: root/apps/webhooks/appinfo/info.xml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/webhooks/appinfo/info.xml')
-rw-r--r--apps/webhooks/appinfo/info.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/apps/webhooks/appinfo/info.xml b/apps/webhooks/appinfo/info.xml
new file mode 100644
index 00000000000..8e1d706d06f
--- /dev/null
+++ b/apps/webhooks/appinfo/info.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0"?>
+<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
+ xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
+ <id>webhooks</id>
+ <name>Nextcloud webhook support</name>
+ <summary>Nextcloud webhook support</summary>
+ <description>Nextcloud webhook support</description>
+ <version>1.0.0-dev</version>
+ <licence>agpl</licence>
+ <author>Côme Chilliet</author>
+ <namespace>Webhooks</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="30" max-version="30"/>
+ </dependencies>
+</info>