You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

41 lines
1.4 KiB

<?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>notifications</id>
<name>Notifications</name>
<summary><![CDATA[This app provides a backend and frontend for the notification API available in Nextcloud.]]></summary>
<description><![CDATA[This app provides a backend and frontend for the notification API available in Nextcloud.
The API is used by other apps to notify users in the web UI and sync clients about various things. Some examples are:
📬 Federated file sharing: You received a new remote share
📑 Comments: Another user mentioned you in a comment on a file
🚢 Update notification: Available update for an app or nextcloud itself
📣 Announcement center: An announcement was posted by an admin]]></description>
<version>2.5.0</version>
<licence>agpl</licence>
<author>Joas Schilling</author>
<default_enable/>
<types>
<logging/>
</types>
<category>tools</category>
<website>https://github.com/nextcloud/notifications</website>
<bugs>https://github.com/nextcloud/notifications/issues</bugs>
<repository>https://github.com/nextcloud/notifications.git</repository>
<dependencies>
<nextcloud min-version="17" max-version="17" />
</dependencies>
<commands>
<command>OCA\Notifications\Command\Generate</command>
</commands>
</info>