{ "id": "com.mattermost.bathroom", "name": "Bathroom Monitor", "server": { "executable": "bathroom-linux-amd64" }, "webapp": { "bundle_path": "main.js" }, "settings_schema": { "settings": [ {"key":"NumDoors", "display_name":"Number of Door Sensors", "type":"text", "default":"1", "help_text":"How many Pis"}, {"key":"KeyPath", "display_name":"", "type":"text", "default":"./", "help_text":"Path to watch for doorX files updated from PHP"}, {"key":"AdminUsers", "display_name":"Plugin admin users", "type":"text", "default":"", "help_text":"Space- or comma-separated list of users to notify with plugin debug message"} ] } }