<?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>files_retention</id>
	<name>Retention</name>
	<summary>This application allows for automatic deletion of files after a given time.</summary>
	<description>An app for Nextcloud to control automatic deletion of files after a given time.
Optionally the users can be informed the day before.</description>
	<version>1.11.1</version>
	<licence>agpl</licence>
	<author>Roeland Jago Douma</author>
	<namespace>Files_Retention</namespace>

	<documentation>
		<admin>https://docs.nextcloud.com/server/22/go.php?to=admin-files-retention</admin>
	</documentation>

	<category>tools</category>

	<website>https://github.com/nextcloud/files_retention</website>
	<bugs>https://github.com/nextcloud/files_retention/issues</bugs>
	<repository>https://github.com/nextcloud/files_retention.git</repository>

	<screenshot>https://raw.githubusercontent.com/nextcloud/files_retention/master/screenshots/1.png</screenshot>

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

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

