plugin.json 905 B

12345678910111213141516171819202122232425
  1. {
  2. "id": "com.girishm.mattermost-blackjack",
  3. "name": "Blackjack",
  4. "description": "Blackjack game plugin for Mattermost",
  5. "homepage_url": "https://github.com/girish17/mattermost-blackjack",
  6. "support_url": "https://github.com/girish17/mattermost-blackjack/issues",
  7. "release_notes_url": "https://github.com/girish17/mattermost-blackjack/releases/tag/v1.0.0",
  8. "icon_path": "assets/starter-template-icon.svg",
  9. "version": "1.0.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. "darwin-arm64": "server/dist/plugin-darwin-arm64",
  16. "windows-amd64": "server/dist/plugin-windows-amd64.exe"
  17. }
  18. },
  19. "settings_schema": {
  20. "header": "",
  21. "footer": "",
  22. "settings": []
  23. }
  24. }