-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathmanifest.json
More file actions
executable file
·37 lines (37 loc) · 1018 Bytes
/
manifest.json
File metadata and controls
executable file
·37 lines (37 loc) · 1018 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"manifest_version": 2.0,
"id": "aiintegration",
"name": "AI Integration",
"version": "1.0.0",
"namespace": "AIIntegration",
"description": "Integration of AI with quick actions in Zabbix.",
"author": "MonZphere",
"url": "monzphere.com",
"actions": {
"aiintegration.settings": {
"class": "AIIntegrationSettings",
"view": "aiintegration.settings"
},
"aiintegration.settings.save": {
"class": "AIIntegrationSettingsSave"
},
"aiintegration.query": {
"class": "AIIntegrationQuery"
},
"aiintegration.providers": {
"class": "AIIntegrationProviders"
}
},
"assets": {
"css": [
"aiintegration.css"
],
"js": [
"aiintegration-core.js",
"aiintegration-init.js",
"aiintegration-problems.js",
"aiintegration-forms.js",
"aiintegration-latestdata.js"
]
}
}