34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"id": "com.mattermost.badges",
|
|
"name": "Badges for Mattermost",
|
|
"description": "This plugin add badges support to Mattermost.",
|
|
"homepage_url": "https://github.com/larkox/mattermost-plugin-badges",
|
|
"support_url": "https://github.com/larkox/mattermost-plugin-badges/issues",
|
|
"release_notes_url": "https://github.com/larkox/mattermost-plugin-badges/releases/tag/v0.2.1",
|
|
"icon_path": "assets/starter-template-icon.svg",
|
|
"version": "0.2.1",
|
|
"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"
|
|
}
|
|
},
|
|
"webapp": {
|
|
"bundle_path": "webapp/dist/main.js"
|
|
},
|
|
"settings_schema": {
|
|
"header": "",
|
|
"footer": "",
|
|
"settings": [
|
|
{
|
|
"key": "BadgesAdmin",
|
|
"display_name": "Badges admin:",
|
|
"type": "text",
|
|
"help_text": "This user will be considered as an admin for the badges plugin. They can create types, and modify and grant any badge."
|
|
}
|
|
]
|
|
}
|
|
}
|