aboutsummaryrefslogtreecommitdiff
path: root/manifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'manifest.xml')
-rw-r--r--manifest.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml
new file mode 100644
index 000000000..cedba4d95
--- /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>Favorites</name>
+ <author>Lorea Faeries</author>
+ <version>0.1.0</version>
+ <category>lorea</category>
+ <description>
+ Allow to star items and provide a overview of such.
+ (The plugin formerly known as flagged)
+ </description>
+ <website>https://lorea.org/plugins/favorites</website>
+ <license>GNU Affero General Public License version 3 or later</license>
+ <requires>
+ <type>elgg_release</type>
+ <version>1.8</version>
+ </requires>
+ <activate_on_install>true</activate_on_install>
+</plugin_manifest>