Changelog
Features
Details
Added a slackWorkspaceUrl field to settings.json that controls which Slack URL Chrome opens when setup-browser launches without an existing Slack tab. Defaults to https://app.slack.com. Validated to require HTTPS and a *.slack.com domain. All hint text in setup-browser and doctor now reflects the configured URL.
Example:
{
"slackWorkspaceUrl": "https://mycompany.slack.com"
}