-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
31 lines (31 loc) · 1.08 KB
/
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
27
28
29
30
31
{
"id": "com.mattermost.user-survey",
"name": "User Survey",
"version": "1.2.0",
"description": "A plugin designed for gathering user feedback on Mattermost and related topics.",
"homepage_url": "https://github.com/mattermost/mattermost-plugin-user-survey",
"support_url": "https://github.com/mattermost/mattermost-plugin-user-survey/issues",
"icon_path": "assets/icon.svg",
"min_server_version": "6.2.1",
"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"
}
},
"webapp": {
"bundle_path": "webapp/dist/main.js"
},
"settings_schema": {
"settings": [
{
"key": "SystemConsoleSetting",
"display_name": "Configure User Survey:",
"type": "custom"
}
]
}
}