forked from mattermost/mattermost-plugin-playbooks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
26 lines (26 loc) · 1022 Bytes
/
plugin.json
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
{
"id": "com.mattermost.plugin-incident-management",
"name": "Incident Management",
"description": "This plugin allows users to coordinate and manage incidents within Mattermost.",
"homepage_url": "https://github.com/mattermost/mattermost-plugin-incident-response/",
"support_url": "https://github.com/mattermost/mattermost-plugin-incident-response/issues",
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-incident-response/releases/tag/v1.1.1",
"icon_path": "assets/incident_plugin_icon.svg",
"version": "1.1.1",
"min_server_version": "5.28.0",
"server": {
"executables": {
"linux-amd64": "server/dist/plugin-linux-amd64",
"darwin-amd64": "server/dist/plugin-darwin-amd64",
"windows-amd64": "server/dist/plugin-windows-amd64.exe"
}
},
"webapp": {
"bundle_path": "webapp/dist/main.js"
},
"settings_schema": {
"header": "",
"footer": "",
"settings": []
}
}