forked from ONLYOFFICE/onlyoffice-humhub
-
Notifications
You must be signed in to change notification settings - Fork 1
/
module.json
22 lines (22 loc) · 972 Bytes
/
module.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"id": "onlyoffice",
"name": "ONLYOFFICE Connector for HumHub",
"description": "ONLYOFFICE connector for HumHub allows you to edit and co-author office documents, spreadsheets, and presentations within HumHub using ONLYOFFICE online editors. With JWT protection from unauthorized access.",
"keywords": [
"office", "word", "excel", "presentation", "document collaboration", "online editors", "edit documents online", "edit word online", "edit presentation online"
],
"version": "3.0.0",
"humhub": {
"minVersion": "1.3"
},
"homepage": "https://www.onlyoffice.com",
"authors": [
{
"email": "[email protected]",
"homepage": "https://dev.onlyoffice.org/",
"name": "ONLYOFFICE",
"role": "Support"
}
],
"screenshots": ["resources/screen1.png", "resources/screen2.png", "resources/screen3.png", "resources/screen4.png", "resources/screen5.png"]
}