freescout-api-extender/module.json
2024-06-16 12:55:30 +00:00

26 lines
737 B
JSON

{
"name": "Api Extender",
"alias": "apiextender",
"description": "This module adds the a public API for categories and articles from the Knowledge base, report and other modules",
"version": "1.0.0",
"detailsUrl": "https://github.com/osoobe/freescout-api-extender",
"author": "osoobe",
"authorUrl": "https://github.com/osoobe",
"requiredAppVersion": "1.8.7",
"license": "MIT",
"keywords": [
"knowledge",
"api"
],
"img": "https://raw.githubusercontent.com/osoobe/freescout-api-extender/main/Public/images/module.webp",
"active": 0,
"order": 0,
"providers": [
"Modules\\ApiExtender\\Providers\\ApiExtenderServiceProvider"
],
"aliases": {},
"files": [
"start.php"
],
"requires": []
}