mirror of
https://github.com/mattermost/focalboard.git
synced 2024-12-15 09:14:11 +02:00
27 lines
936 B
JSON
27 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.2.0",
|
||
|
"min_server_version": "5.12.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": []
|
||
|
}
|
||
|
}
|