[Switchbar] Support for Edge Workspaces

Greetings. I notice Switchbar can direct links to a certain Edge profile. Is it possible to add support for Edge Workspaces as well?

The data of the Edge Workspaces can be found in the WorkspacesCache file in

%LocalAppData%\Microsoft\Edge\User Data\Default\Workspaces

The syntax of launching a website on the specified workspace is

msedge --launch-workspace=$workspaceid $websiteurl

So I think this might be easy to implement.

More information can be found here: How to launch Microsoft Edge to a specific Workspace? - Microsoft Q&A

Thank you!