mirror of
https://gh.wpcy.net/https://github.com/LJPc-solutions/freescout-calendar-module.git
synced 2026-05-25 00:54:16 +08:00
28 lines
877 B
JSON
28 lines
877 B
JSON
{
|
|
"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.3",
|
|
"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"
|
|
}
|