diff options
Diffstat (limited to 'mod/livestream/manifest.xml')
-rwxr-xr-x | mod/livestream/manifest.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mod/livestream/manifest.xml b/mod/livestream/manifest.xml new file mode 100755 index 000000000..3fe112d14 --- /dev/null +++ b/mod/livestream/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>Livestream</name> + <author>laxertu</author> + <version>1.8</version> + <category>bundled</category> + <category>content</category> + <category>widget</category> + <description>Elgg Giss Livestream interface</description> + <website>https://n-1.cc/profile/laxertu</website> + <license>GNU Public License version 2</license> + <requires> + <type>elgg_version</type> + <version>2010030101</version> + </requires> +</plugin_manifest> |