{ "id": "com.fmartingr.mattermost-plugin-cleanup-channel", "name": "Cleanup Channel", "description": "Allows system administrators to remove all messages from a channel via the channel menu or a slash command.", "homepage_url": "https://github.com/fmartingr/mattermost-plugin-cleanup-channel", "support_url": "https://github.com/fmartingr/mattermost-plugin-cleanup-channel/issues", "icon_path": "assets/plugin-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": { "header": "", "footer": "", "settings": [] } }