<?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>clearfiles</id>
    <name>ClearFiles</name>
    <summary>Review old files safely inside Nextcloud.</summary>
    <description>ClearFiles helps you keep your Nextcloud storage organized by highlighting old files that may need your attention. Preview files, keep them, remind yourself later, or move them safely to Nextcloud trash.</description>
    <version>1.0.7</version>
    <licence>agpl</licence>
    <author>Murdock DevWorks</author>
    <namespace>ClearFiles</namespace>
    <category>files</category>
    <navigation>
        <name>ClearFiles</name>
        <route>clearfiles.page.index</route>
        <order>20</order>
    </navigation>
    <dependencies>
        <nextcloud min-version="29" max-version="33" />
    </dependencies>
</info>
