{
  "display_information": {
    "name": "Agentastic",
    "description": "Start coding tasks on your Mac and receive updates in Slack",
    "background_color": "#252530"
  },
  "features": {
    "bot_user": {
      "display_name": "Agentastic",
      "always_online": false
    },
    "app_home": {
      "messages_tab_enabled": true,
      "messages_tab_read_only_enabled": false
    }
  },
  "oauth_config": {
    "scopes": {
      "bot": [
        "app_mentions:read",
        "im:history",
        "chat:write",
        "files:write",
        "users:read",
        "channels:read",
        "channels:history",
        "groups:read",
        "groups:history",
        "reactions:write"
      ]
    }
  },
  "settings": {
    "socket_mode_enabled": true,
    "event_subscriptions": {
      "bot_events": [
        "app_mention",
        "message.im"
      ]
    },
    "org_deploy_enabled": false,
    "token_rotation_enabled": false
  }
}
