-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
18 lines (17 loc) · 726 Bytes
/
Copy pathplugin.json
File metadata and controls
18 lines (17 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"id": "com.nilsbrinkmann.icebreaker",
"name": "Icebreaker Plugin",
"description": "This plugin creates a bot which asks random questions",
"version": "2.2.2",
"support_url": "https://github.com/monsdar/mattermost-icebreaker-plugin/issues",
"homepage_url": "https://github.com/monsdar/mattermost-icebreaker-plugin",
"release_notes_url": "https://github.com/monsdar/mattermost-icebreaker-plugin/releases",
"min_server_version": "5.12.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"
}
}
}