<?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>gallery</id>
	<name>Gallery</name>
	<summary>Media gallery for Nextcloud</summary>
	<description>Media gallery for Nextcloud with the following features:

		- Support for large selection of media types (depending on server setup)

		- Upload and organise images and albums straight from the app

		- Large, zoomable previews which can be shown in fullscreen mode

		- Sort images by name or date

		- Per album design, description and copyright statement

		- A la carte features (external shares, browser svg rendering, etc.)

		- Image download straight from the slideshow or the gallery

		- Switch to Gallery from any folder in files and vice-versa

		- Ignore folders containing a ".nomedia" or ".noimage" file

		- Browser rendering of SVG images (disabled by default)

		- Native SVG support

		- Mobile support

		Provides a dedicated view of all images in a grid, adds image viewing capabilities to the
		files app and adds a gallery view to public links.
		Compatible with Firefox, Chrome and Internet Explorer 11
	</description>
	<version>18.4.0</version>
	<licence>agpl</licence>
	<author>Olivier Paroz, Robin Appelman</author>
	<namespace>Gallery</namespace>
	<default_enable />
	<category>multimedia</category>

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

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

	<documentation>
		<user>https://github.com/nextcloud/gallery/blob/master/README.md</user>
		<admin>https://github.com/nextcloud/gallery/blob/master/README.md</admin>
		<developer>https://github.com/nextcloud/gallery/wiki</developer>
	</documentation>
</info>
