Welcome to mirror list, hosted at ThFree Co, Russian Federation.

info.xml « appinfo - github.com/nextcloud/survey_client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ad54d960aa6c3c9a2d95dd647427c008e9e2e818 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>
<info>
    <id>survey_client</id>
    <name>Usage report</name>
    <description>
        Sends anonymized data to Nextcloud to help us to improve Nextcloud. You
        always have full control over the content sent to Nextcloud and can disable
        it again at any time.
    </description>
    <namespace>Survey_Client</namespace>
    <licence>AGPL</licence>
    <author>Joas Schilling, Björn Schiessle</author>
    <version>0.1.5</version>
    <category>other</category>
    <dependencies>
        <nextcloud min-version="11" max-version="11" />
    </dependencies>
    <default_enable/>
    <settings>
        <admin>\OCA\Survey_Client\Settings\AdminSettings</admin>
        <admin-section>\OCA\Survey_Client\Settings\AdminSection</admin-section>
    </settings>
</info>