aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_reminders/appinfo/info.xml
blob: ad0e2ae53f3d7c372f0e6c49861d4be4b18094d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0"?>
<!--
 - SPDX-FileCopyrightText: 2023 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>files_reminders</id>
	<name>File reminders</name>
	<summary>Set file reminders</summary>
	<description><![CDATA[**📣 File reminders**

Set file reminders.
	]]></description>
	<version>1.3.0</version>
	<licence>agpl</licence>
	<author>Christopher Ng</author>
	<namespace>FilesReminders</namespace>

	<category>files</category>

	<bugs>https://github.com/nextcloud/server/issues</bugs>

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

	<background-jobs>
		<job>OCA\FilesReminders\BackgroundJob\CleanUpReminders</job>
		<job>OCA\FilesReminders\BackgroundJob\ScheduledNotifications</job>
	</background-jobs>

	<commands>
		<command>OCA\FilesReminders\Command\ListCommand</command>
	</commands>
 </info>