b327bc7b8a
* Adds plugin actions to the project's CI * Remove the version number from the generated artifact * Change job name to something more descriptive * Switch back to workflow_dispatch
26 lines
936 B
JSON
26 lines
936 B
JSON
{
|
|
"id": "focalboard",
|
|
"name": "Focalboard",
|
|
"description": "This provides focalboard integration with mattermost.",
|
|
"homepage_url": "https://github.com/mattermost/mattermost-plugin-focalboard",
|
|
"support_url": "https://github.com/mattermost/mattermost-plugin-focalboard/issues",
|
|
"release_notes_url": "https://github.com/mattermost/mattermost-plugin-focalboard/releases/tag/v0.1.0",
|
|
"icon_path": "assets/starter-template-icon.svg",
|
|
"version": "0.6.7",
|
|
"min_server_version": "5.36.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"
|
|
}
|
|
},
|
|
"webapp": {
|
|
"bundle_path": "webapp/dist/main.js"
|
|
},
|
|
"settings_schema": {
|
|
"header": "",
|
|
"footer": "",
|
|
"settings": []
|
|
}
|
|
}
|