-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathplugin.json
More file actions
26 lines (26 loc) · 1.17 KB
/
plugin.json
File metadata and controls
26 lines (26 loc) · 1.17 KB
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
{
"id": "com.github.moussetc.mattermost.plugin.diceroller",
"name": "Dice Roller ⚄",
"description": "Add a command for rolling dice ⚄",
"version": "3.2.0",
"min_server_version": "6.7.2",
"homepage_url": "https://github.com/moussetc/mattermost-plugin-dice-roller/",
"support_url": "https://github.com/moussetc/mattermost-plugin-dice-roller/issues",
"release_notes_url": "https://github.com/moussetc/mattermost-plugin-dice-roller/releases/tag/v3.1.1",
"icon_path": "assets/icon.svg",
"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"
},
"executable": "server/dist/plugin-freebsd-amd64"
},
"settings_schema": {
"header": "",
"footer": "* To report an issue, make a suggestion or a contribution, [check the GitHub repository](https://github.com/moussetc/mattermost-plugin-dice-roller/)",
"settings": []
}
}