-
Notifications
You must be signed in to change notification settings - Fork 32
/
plugin.json
23 lines (23 loc) · 982 Bytes
/
plugin.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"id": "memes",
"name": "Memes",
"description": "Gives you the ability to quickly create and post memes via a /meme slash command.",
"homepage_url": "https://github.com/mattermost/mattermost-plugin-memes",
"support_url": "https://github.com/mattermost/mattermost-plugin-memes/issues",
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-memes/releases/tag/v1.5.0",
"version": "1.5.0",
"min_server_version": "5.2.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"
},
"executable": ""
},
"settings_schema": {
"header": "",
"footer": "* To report an issue, make a suggestion or a contribution, [check the repository](https://github.com/mattermost/mattermost-plugin-memes).",
"settings": null
}
}