<?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>sharelisting</id>
	<name>Share Listing</name>
	<summary>List shares on the command line</summary>
	<description>The application generates a list of shares for display at the command line</description>
	<version>1.3.0</version>
	<licence>agpl</licence>
	<author>Roeland Jago Douma</author>
	<namespace>ShareListing</namespace>
	<category>tools</category>
	<bugs>https://github.com/nextcloud/sharelisting/issues</bugs>
	<dependencies>
		<nextcloud min-version="30" max-version="32" />
	</dependencies>

	<commands>
		<command>OCA\ShareListing\Command\ListShares</command>
	</commands>
</info>
