<?xml version="1.0"?>
<info>
	<id>notifications</id>
	<name>Notifications</name>
	<summary>Notification system for internal events</summary>
	<description>This application adds an internal notification system to an ownCloud instance. Notifications are triggered by apps like the Announcement Center or Custom Groups and displayed via a bell indicator in the WebUI as well as via the ownCloud clients.</description>

	<category>tools</category>
	<screenshot>https://raw.githubusercontent.com/owncloud/promo/e1dd604d66b4c5f765579b4c160de3268169ea3c/ownCloud%20logo%20square.png</screenshot>

	<licence>AGPL</licence>
	<author>Joas Schilling, Thomas Müller</author>
	<version>0.3.1</version>

	<types>
		<logging/>
	</types>

	<default_enable/>

	<website>https://github.com/owncloud/notifications</website>
	<bugs>https://github.com/owncloud/notifications/issues</bugs>
	<repository type="git">https://github.com/owncloud/notifications.git</repository>

	<commands>
		<command>OCA\Notifications\Command\Generate</command>
	</commands>

	<dependencies>
		<owncloud min-version="10.0" max-version="10.0" />
	</dependencies>
	<use-migrations>true</use-migrations>
</info>
