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

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
new file mode 100644
index 0000000..204cec3
--- /dev/null
+++ b/appinfo/info.xml
@@ -0,0 +1,24 @@
+<?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>privacy</id>
+ <name>Privacy</name>
+ <summary>-</summary>
+ <description><![CDATA[-]]></description>
+ <version>1.0.0</version>
+ <licence>agpl</licence>
+ <author mail="georg.ehrke@nextcloud.com" >Georg Ehrke</author>
+ <namespace>Privacy</namespace>
+ <category>tools</category>
+ <bugs>https://github.com/nextcloud/privacy/issues/</bugs>
+ <dependencies>
+ <nextcloud min-version="15" max-version="16"/>
+ </dependencies>
+ <settings>
+ <personal-section>OCA\Privacy\Settings\PrivacySection</personal-section>
+ <personal>OCA\Privacy\Settings\MissionSettings</personal>
+ <personal>OCA\Privacy\Settings\UserDataManifestoSettings</personal>
+ <personal>OCA\Privacy\Settings\WhereIsMyDataSettings</personal>
+ <personal>OCA\Privacy\Settings\WhoHasAccessSettings</personal>
+ </settings>
+</info>