-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
25 lines (25 loc) · 1.03 KB
/
module.json
File metadata and controls
25 lines (25 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
{
"name": "Ticket Aging Colors",
"alias": "adamticketagingcolors",
"description": "Adds a left-side color bar on ticket rows based on how long Active tickets have been waiting, with per-mailbox thresholds and optional breathing effect.",
"version": "1.1.5",
"detailsUrl": "https://github.com/AdamCoffeeOverflow/freescout-ticket-aging-colors/releases",
"latestVersionUrl": "https://raw.githubusercontent.com/AdamCoffeeOverflow/freescout-ticket-aging-colors/main/version.txt",
"latestVersionZipUrl": "https://github.com/AdamCoffeeOverflow/freescout-ticket-aging-colors/releases/latest/download/AdamTicketAgingColors.zip",
"author": "AdamCoffeeOverflow",
"authorUrl": "https://github.com/AdamCoffeeOverflow",
"requiredAppVersion": "1.8.0",
"license": "AGPL-3.0",
"keywords": [
"tickets",
"sla",
"colors",
"aging"
],
"active": 0,
"order": 0,
"providers": [
"Modules\\AdamTicketAgingColors\\Providers\\AdamTicketAgingColorsServiceProvider"
],
"img": "/modules/adamticketagingcolors/img/module-icon.png"
}