summaryrefslogtreecommitdiffstats
path: root/apps/sharebymail/appinfo/info.xml
blob: 475999dc883cf9b610a476270cafd910e0244498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?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.2.0</version>
    <namespace>ShareByMail</namespace>
    <category>other</category>
    <dependencies>
        <nextcloud min-version="13" max-version="13" />
    </dependencies>
    <default_enable/>

    <types>
        <filesystem/>
    </types>

    <settings>
        <admin>OCA\ShareByMail\Settings\Admin</admin>
    </settings>

    <activity>
        <providers>
            <provider>OCA\ShareByMail\Activity</provider>
        </providers>
    </activity>
</info>