diff options
Diffstat (limited to 'apps/theming/appinfo/info.xml')
-rw-r--r-- | apps/theming/appinfo/info.xml | 15 |
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..58c839f2758 --- /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>Nextcloud</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> |