# Slack manifest for the single configured pi-tag-slack conversation.
display_information:
  name: pi
  description: Gateway to one explicitly configured Slack conversation
  background_color: '#1a1d21'
features:
  bot_user:
    display_name: pi
    always_online: true
oauth_config:
  scopes:
    bot:
      - chat:write
      - channels:history
      - groups:history
      - channels:read
      - groups:read
      - files:read
      - files:write
      - reactions:write
      - users:read
settings:
  event_subscriptions:
    bot_events:
      - message.channels
      - message.groups
  org_deploy_enabled: false
  socket_mode_enabled: true
  token_rotation_enabled: false
