-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
23 lines (23 loc) · 726 Bytes
/
module.json
File metadata and controls
23 lines (23 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "Unassigned Count",
"alias": "unassignedcount",
"description": "Display the number of unassigned conversations in the Mailbox menu.",
"version": "1.0.0",
"detailsUrl": "https://github.com/avenjamin/freescout-UnassignedCount-Module",
"author": "Ben Perry",
"authorUrl": "https://github.com/avenjamin",
"requiredAppVersion": "1.8.16",
"license": "AGPL-3.0",
"keywords": [],
"img": "/modules/unassignedcount/img/freescout-unassignedcount-module-256x256.png",
"active": 0,
"order": 0,
"providers": [
"Modules\\UnassignedCount\\Providers\\UnassignedCountServiceProvider"
],
"aliases": {},
"files": [
"start.php"
],
"requires": []
}