diff options
Diffstat (limited to 'manifest.xml')
-rw-r--r-- | manifest.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml new file mode 100644 index 000000000..3b7858997 --- /dev/null +++ b/manifest.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> + <name>Purity Theme</name> + <author>SocialApparatus</author> + <version>2.0</version> + <category>theme</category> + <description> + Premium Theme from SocialApparatus, Compatible with Chameleon Theme Engine available at http://socia.us + </description> + <website>http://socia.us</website> + <copyright>(C) 2012 SocialApparatus</copyright> + <license>GNU General Public License (GPL) version 2</license> + <admin_interface>simple</admin_interface> + <requires> + <type>elgg_release</type> + <version>1.8</version> + </requires> +</plugin_manifest> |