Mattermost plugin first commit
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"id": "silverbullet",
|
||||
"name": "Silver Bullet",
|
||||
"description": "Silver Bullet integration into Mattermost",
|
||||
"homepage_url": "https://github.com/silverbulletmd/silverbullet",
|
||||
"support_url": "https://github.com/silverbulletmd/silverbullet/issues",
|
||||
"release_notes_url": "https://github.com/silverbulletmd/silverbullet/releases/tag/v0.1.0",
|
||||
"icon_path": "assets/starter-template-icon.svg",
|
||||
"version": "0.1.0",
|
||||
"min_server_version": "6.0.0",
|
||||
"server": {
|
||||
"executables": {
|
||||
"linux-amd64": "server/dist/plugin-linux-amd64",
|
||||
"linux-arm64": "server/dist/plugin-linux-arm64",
|
||||
"darwin-amd64": "server/dist/plugin-darwin-amd64",
|
||||
"darwin-arm64": "server/dist/plugin-darwin-arm64",
|
||||
"windows-amd64": "server/dist/plugin-windows-amd64.exe"
|
||||
}
|
||||
},
|
||||
"webapp": {
|
||||
"bundle_path": "webapp/dist/index.js"
|
||||
},
|
||||
"settings_schema": {
|
||||
"header": "",
|
||||
"footer": "",
|
||||
"settings": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user