22 lines
592 B
XML
22 lines
592 B
XML
<?xml version="1.0"?>
|
|
<info>
|
|
<id>sharebymail</id>
|
|
<name>Share by mail</name>
|
|
<description>Share provider which allows you to share files by mail</description>
|
|
<licence>AGPL</licence>
|
|
<author>Bjoern Schiessle</author>
|
|
<version>1.0.0</version>
|
|
<namespace>ShareByMail</namespace>
|
|
<category>other</category>
|
|
<dependencies>
|
|
<nextcloud min-version="11" max-version="11" />
|
|
</dependencies>
|
|
<default_enable/>
|
|
|
|
<activity>
|
|
<providers>
|
|
<provider>OCA\ShareByMail\Activity</provider>
|
|
</providers>
|
|
</activity>
|
|
</info>
|