-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathmodule.json
More file actions
18 lines (17 loc) · 719 Bytes
/
module.json
File metadata and controls
18 lines (17 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "Sidebar Webhook",
"alias": "sidebarwebhook",
"description": "Sidebar Webhook asynchronously injects HTML from your server into conversation sidebars.",
"version": "3.2.2",
"detailsUrl": "https://github.com/fulldecent/freescout-sidebar-webhook",
"author": "William Entriken",
"providers": [
"Modules\\SidebarWebhook\\Providers\\SidebarWebhookServiceProvider"
],
"requires": [],
"files": [
"start.php"
],
"latestVersionUrl": "https://raw.githubusercontent.com/fulldecent/freescout-sidebar-webhook/refs/heads/main/module.json",
"latestVersionZipUrl": "https://github.com/fulldecent/freescout-sidebar-webhook/archive/refs/heads/main.zip"
}