{ "id": "com.mattermost.plugin-todo", "name": "Todo", "description": "This plugin makes it easy to keep track of Todo issues and get daily reminders.", "homepage_url": "https://github.com/mattermost/mattermost-plugin-todo", "support_url": "https://github.com/mattermost/mattermost-plugin-todo/issues", "min_server_version": "6.5.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" } }, "webapp": { "bundle_path": "webapp/dist/main.js" }, "settings_schema": { "header": "", "footer": "", "settings": [ { "key": "hide_team_sidebar", "display_name": "Hide team sidebar buttons:", "type": "bool", "help_text": "When true, the buttons in the team sidebar on the left toolbar will be hidden.", "placeholder": "", "default": null } ] } }