aboutsummaryrefslogtreecommitdiff
path: root/mod/minify/manifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'mod/minify/manifest.xml')
-rw-r--r--mod/minify/manifest.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/mod/minify/manifest.xml b/mod/minify/manifest.xml
new file mode 100644
index 000000000..072da27b1
--- /dev/null
+++ b/mod/minify/manifest.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
+ <name>Minify</name>
+ <author>Evan Winslow</author>
+ <version>0.3</version>
+ <description>Brings the power of js/css minification to Elgg</description>
+ <copyright>(C) Evan Winslow 2010-2011</copyright>
+ <website>http://github.com/ewinslow/elgg-minify</website>
+ <requires>
+ <type>elgg_version</type>
+ <version>2011031400</version>
+ </requires>
+</plugin_manifest> \ No newline at end of file