-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
28 lines (28 loc) · 1.03 KB
/
module.json
File metadata and controls
28 lines (28 loc) · 1.03 KB
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
{
"name": "AdamSmartSearchUI",
"alias": "adamsmartsearchui",
"description": "Unified search UI (CustomFields compatible) with conversation-ID-first lookup, topbar quick search, and a recent-conversations default view.",
"version": "2.5.0",
"detailsUrl": "https://github.com/AdamCoffeeOverflow/freescout-Adam-Smart-SearchUI/releases",
"author": "AdamCoffeeOverflow",
"authorUrl": "https://github.com/AdamCoffeeOverflow",
"keywords": [
"search",
"ui",
"customfields",
"conversations"
],
"active": 0,
"order": 100,
"providers": [
"Modules\\AdamSmartSearchUI\\Providers\\AdamSmartSearchUIServiceProvider"
],
"aliases": {},
"files": [
"start.php"
],
"requires": [],
"img": "/modules/adamsmartsearchui/img/smartsearchui-v112.png",
"latestVersionUrl": "https://raw.githubusercontent.com/AdamCoffeeOverflow/freescout-Adam-Smart-SearchUI/main/version.txt",
"latestVersionZipUrl": "https://github.com/AdamCoffeeOverflow/freescout-Adam-Smart-SearchUI/releases/latest/download/AdamSmartSearchUI.zip"
}