mattermost-meme/plugin.json
Ian Whitlock 76a600bdf3
Fix typo in the name of the plugin
Typo in `config.json` causes the plugin to appear with the name "Memese" in the UI. This change should fix that so it says "Memes" instead.
2019-11-01 11:13:52 -05:00

18 lines
646 B
JSON

{
"id": "memes",
"name": "Memes",
"description": "Gives you the ability to quickly create and post memes via a /meme slash command.",
"version": "1.1.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"
}
},
"settings_schema": {
"footer": "* To report an issue, make a suggestion or a contribution, [check the repository](https://github.com/mattermost/mattermost-plugin-memes)."
}
}