mattermost-meme/plugin.json

22 lines
850 B
JSON

{
"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.4.0",
"version": "1.4.0",
"min_server_version": "5.2.0",
"server": {
"executables": {
"linux-amd64": "server/dist/plugin-linux-amd64"
},
"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
}
}