summaryrefslogtreecommitdiffstats
path: root/apps/theming/appinfo/info.xml
diff options
context:
space:
mode:
authorBjoern Schiessle <bjoern@schiessle.org>2016-06-06 17:40:38 +0200
committerLukas Reschke <lukas@owncloud.com>2016-06-27 10:26:22 +0200
commit20d250a674b1d89cafb324cd7157b77bedc2e5fd (patch)
tree77f7e1a24eeee323d213e7f47aeb4f77f170f788 /apps/theming/appinfo/info.xml
parentdb6361ef0314868edc9d58a81c0806c8c758af0a (diff)
downloadnextcloud-server-20d250a674b1d89cafb324cd7157b77bedc2e5fd.tar.gz
nextcloud-server-20d250a674b1d89cafb324cd7157b77bedc2e5fd.zip
initial commit for the theming app
Diffstat (limited to 'apps/theming/appinfo/info.xml')
-rw-r--r--apps/theming/appinfo/info.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/theming/appinfo/info.xml b/apps/theming/appinfo/info.xml
new file mode 100644
index 00000000000..f0f2fb80afe
--- /dev/null
+++ b/apps/theming/appinfo/info.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<info>
+ <id>theming</id>
+ <name>Theming</name>
+ <description>Adjust the Nextcloud theme</description>
+ <licence>AGPL</licence>
+ <author>Bjoern Schiessle</author>
+ <version>0.1.0</version>
+ <namespace>Theming</namespace>
+ <category>other</category>
+ <dependencies>
+ <owncloud min-version="9.0" max-version="9.1" />
+ </dependencies>
+ <default_enable/>
+</info>