diff options
Diffstat (limited to 'mod/opensearch/manifest.xml')
-rw-r--r-- | mod/opensearch/manifest.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mod/opensearch/manifest.xml b/mod/opensearch/manifest.xml new file mode 100644 index 000000000..98ae3356d --- /dev/null +++ b/mod/opensearch/manifest.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> + <name>OpenSearch</name> + <author>Cash Costello</author> + <version>1.8.0</version> + <category>utility</category> + <category>search</category> + <description>OpenSearch integration</description> + <website>https://github.com/cash/opensearch</website> + <copyright>Cash Costello 2010-2011</copyright> + <license>GNU Public License version 2</license> + <requires> + <type>elgg_release</type> + <version>1.8</version> + </requires> +</plugin_manifest> |