plugin.json 904 B

123456789101112131415161718192021222324252627
  1. {
  2. "id": "com.girishm.op-mattermost-plugin",
  3. "name": "op-mattermost-plugin",
  4. "description": "OpenProject plugin for Mattermost",
  5. "homepage_url": "https://github.com/girish17/op-mattermost-plugin",
  6. "support_url": "https://github.com/girish17/op-mattermost-plugin/issues",
  7. "release_notes_url": "https://github.com/girish17/op-mattermost-plugin/releases/tag/v0.1.0",
  8. "icon_path": "assets/op_logo.svg",
  9. "version": "0.1.0",
  10. "min_server_version": "5.12.0",
  11. "server": {
  12. "executables": {
  13. "linux-amd64": "server/dist/plugin-linux-amd64",
  14. "darwin-amd64": "server/dist/plugin-darwin-amd64",
  15. "windows-amd64": "server/dist/plugin-windows-amd64.exe"
  16. }
  17. },
  18. "webapp": {
  19. "bundle_path": "webapp/dist/main.js"
  20. },
  21. "settings_schema": {
  22. "header": "",
  23. "footer": "",
  24. "settings": []
  25. }
  26. }