mattermost-meme/plugin.json

22 lines
850 B
JSON
Raw Normal View History

2019-08-07 15:07:45 +02:00
{
"id": "memes",
"name": "Memes",
2019-08-07 15:07:45 +02:00
"description": "Gives you the ability to quickly create and post memes via a /meme slash command.",
2020-06-09 17:22:44 +02:00
"homepage_url": "https://github.com/mattermost/mattermost-plugin-memes",
"support_url": "https://github.com/mattermost/mattermost-plugin-memes/issues",
2021-01-13 14:59:50 +01:00
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-memes/releases/tag/v1.4.0",
"version": "1.4.0",
2019-08-07 15:07:45 +02:00
"min_server_version": "5.2.0",
"server": {
"executables": {
2022-09-13 16:27:24 +02:00
"linux-amd64": "server/dist/plugin-linux-amd64"
2021-01-13 14:59:50 +01:00
},
"executable": ""
2019-08-07 15:07:45 +02:00
},
"settings_schema": {
2021-01-13 14:59:50 +01:00
"header": "",
"footer": "* To report an issue, make a suggestion or a contribution, [check the repository](https://github.com/mattermost/mattermost-plugin-memes).",
"settings": null
2019-08-07 15:07:45 +02:00
}
}