-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathmodule.json
More file actions
37 lines (37 loc) · 783 Bytes
/
module.json
File metadata and controls
37 lines (37 loc) · 783 Bytes
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
26
27
28
29
30
31
32
33
34
35
36
37
{
"id": "mail",
"name": "Messenger",
"description": "Engage in private conversations with colleagues and teams through secure messaging.",
"keywords": [
"mail",
"messaging",
"messenger",
"communication"
],
"version": "3.3.10",
"humhub": {
"minVersion": "1.18.1",
"maxVersion": "1.18"
},
"homepage": "https://github.com/humhub/mail",
"authors": [
{
"name": "Andreas Strobel"
},
{
"name": "Lucas Bartholemy"
},
{
"name": "Julian Harrer"
}
],
"screenshots": [
"resources/screenshot1.png",
"resources/screenshot2.png",
"resources/screenshot3.png",
"resources/screenshot4.png",
"resources/screenshot5.png",
"resources/screenshot6.png",
"resources/screenshot7.png"
]
}