-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
20 lines (20 loc) · 1.05 KB
/
Copy pathplugin.json
File metadata and controls
20 lines (20 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"id": "com.evrone.welcomebot",
"name": "Welcome Bot (Evrone)",
"description": "This plugin adds a WelcomeBot that helps add new users to channels.",
"homepage_url": "https://github.com/evrone-erp/mattermost-plugin-welcomebot",
"support_url": "https://github.com/evrone-erp/mattermost-plugin-welcomebot/issues",
"min_server_version": "5.37.0",
"server": {
"executables": {
"linux-amd64": "server/dist/plugin-linux-amd64",
"linux-arm64": "server/dist/plugin-linux-arm64",
"darwin-amd64": "server/dist/plugin-darwin-amd64",
"darwin-arm64": "server/dist/plugin-darwin-arm64",
"windows-amd64": "server/dist/plugin-windows-amd64.exe"
}
},
"settings_schema": {
"header": "Configure this plugin directly by using /welcomebot commands. Learn more [in our documentation](https://github.com/evrone-erp/mattermost-plugin-welcomebot/blob/master/README.md).\n\n To report an issue, make a suggestion, or submit a contribution, [check the plugin repository](https://github.com/evrone-erp/mattermost-plugin-welcomebot)."
}
}