mirror of
https://gh.wpcy.net/https://github.com/LJPc-solutions/freescout-calendar-module.git
synced 2026-07-15 21:19:53 +08:00
26 lines
649 B
JSON
26 lines
649 B
JSON
{
|
|
"name": "LJPc calendar module",
|
|
"alias": "ljpccalendarmodule",
|
|
"description": "This module adds a calendar to Freescout with support for external ICS calendars.",
|
|
"version": "1.3.9",
|
|
"detailsUrl": "",
|
|
"author": "LJPc solutions",
|
|
"authorUrl": "https://ljpc.solutions",
|
|
"requiredAppVersion": "1.0.2",
|
|
"license": "AGPL-3.0",
|
|
"keywords": [
|
|
"ljpc",
|
|
"calendar"
|
|
],
|
|
"img": "/modules/ljpccalendarmodule/images/module.svg",
|
|
"active": 0,
|
|
"order": 0,
|
|
"providers": [
|
|
"Modules\\LJPcCalendarModule\\Providers\\LJPcCalendarModuleServiceProvider"
|
|
],
|
|
"aliases": {},
|
|
"files": [
|
|
"start.php"
|
|
],
|
|
"requires": []
|
|
}
|