-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
27 lines (27 loc) · 785 Bytes
/
Copy pathplugin.json
File metadata and controls
27 lines (27 loc) · 785 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
{
"name": "contensio/plugin-live-chat",
"label": "Live Chat",
"description": "Built-in live chat widget. Visitor-to-admin real-time messaging, canned responses, business hours, conversation rating.",
"author": "Contensio",
"author_url": "https://contensio.com",
"version": "1.0.0",
"provider": "Contensio\\LiveChat\\LiveChatServiceProvider",
"autoload": {
"psr-4": {
"Contensio\\LiveChat\\": "src/"
}
},
"requires": {
"cms": "^2.0"
},
"menu": [
{
"placement": "root",
"label": "Live Chat",
"icon": "bi-chat-dots",
"route": "contensio-live-chat.admin.index",
"permission": "plugins.configure"
}
],
"removable": true
}