manifest.yml 906 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. _metadata:
  2. major_version: 1
  3. minor_version: 1
  4. display_information:
  5. name: SQL Assistant
  6. description: Share queries, ask where is the data, how to query it.. questions.
  7. background_color: "#000000"
  8. features:
  9. app_home:
  10. home_tab_enabled: false
  11. messages_tab_enabled: false
  12. messages_tab_read_only_enabled: true
  13. bot_user:
  14. display_name: Hue
  15. always_online: true
  16. unfurl_domains:
  17. - demo.gethue.com
  18. oauth_config:
  19. scopes:
  20. bot:
  21. - app_mentions:read
  22. - channels:history
  23. - channels:read
  24. - chat:write
  25. - files:write
  26. - links:read
  27. - links:write
  28. - users:read
  29. - users:read.email
  30. settings:
  31. event_subscriptions:
  32. request_url: https://demo.gethue.com/desktop/slack/events/
  33. bot_events:
  34. - app_mention
  35. - link_shared
  36. - message.channels
  37. org_deploy_enabled: false
  38. socket_mode_enabled: false
  39. is_hosted: false