-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathmodule.json
More file actions
28 lines (28 loc) · 877 Bytes
/
module.json
File metadata and controls
28 lines (28 loc) · 877 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
28
{
"name": "LJPc calendar module",
"alias": "ljpccalendarmodule",
"description": "This module adds a calendar to Freescout with support for external ICS and CalDAV calendars!",
"version": "2.6.4",
"detailsUrl": "",
"author": "LJPc solutions",
"authorUrl": "https://ljpc.solutions",
"requiredAppVersion": "1.8.150",
"license": "AGPL-3.0",
"keywords": [
"ljpc",
"calendar"
],
"img": "https://resources.ljpc.network/freescout-modules/calendar/module.svg",
"active": 0,
"order": 0,
"providers": [
"Modules\\LJPcCalendarModule\\Providers\\LJPcCalendarModuleServiceProvider"
],
"aliases": {},
"files": [
"start.php"
],
"requires": [],
"latestVersionUrl": "https://resources.ljpc.network/freescout-modules/calendar/version.txt",
"latestVersionZipUrl": "https://resources.ljpc.network/freescout-modules/calendar/latest.zip"
}