-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaddons.json
More file actions
24 lines (24 loc) · 1.04 KB
/
addons.json
File metadata and controls
24 lines (24 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"addons": [
{
"id": "custom-script-runner",
"name": "Script Runner Pro",
"description": "Custom integration to run arbitrary Python scripts from the web interface via workflows.",
"version": "1.2.0",
"author": "Community Maintainer",
"repository": "https://github.com/faneX-ID/integrations-example",
"type": "custom",
"download_url": "https://github.com/faneX-ID/integrations-example/raw/main/custom-script-runner.zip"
},
{
"id": "powershell-demo",
"name": "PowerShell Utilities",
"description": "Example integration demonstrating PowerShell integration capabilities for Windows environments.",
"version": "1.0.1",
"author": "Community Maintainer",
"repository": "https://github.com/faneX-ID/integrations-example",
"type": "custom",
"download_url": "https://github.com/faneX-ID/integrations-example/raw/main/powershell-demo.zip"
}
]
}