forked from lianglee/OhYesChat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.xml
25 lines (25 loc) · 824 Bytes
/
manifest.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8">
<name>OhYesChat</name>
<author>Liang Lee</author>
<version>2.3-development-2</version>
<category>lianglee</category>
<description>Facebook like chat for elgg</description>
<website>http://informatikon.com</website>
<copyright>See COPYRIGHT.TXT</copyright>
<license>GNU Public License version 2</license>
<requires>
<type>elgg_version</type>
<version>2014010100</version>
</requires>
<screenshot>
<description>Chat</description>
<path>previews/Chat.jpg</path>
</screenshot>
<screenshot>
<description>Mobile Chat</description>
<path>previews/ mobile-chat-1.jpg</path>
</screenshot>
<admin_interface>simple</admin_interface>
<activate_on_install>false</activate_on_install>
</plugin_manifest>