freescout-github/module.json
2025-11-13 15:25:19 +02:00

17 lines
No EOL
449 B
JSON

{
"name": "Github",
"alias": "github",
"description": "GitHub Integration for FreeScout - Create and manage GitHub issues from support conversations",
"keywords": ["github", "integration", "issues", "ai"],
"version": "1.1.0",
"active": 1,
"order": 1000,
"providers": [
"Modules\\Github\\Providers\\GithubServiceProvider"
],
"aliases": {},
"files": [
"start.php"
],
"requires": []
}