Is it possible to create (and save) a fluid app with multiple tabs

fluid.app

I use Fluid to make webapps that I want open all the time function more like independant native apps, so they're not lost in a tab in my browser.

And Fluid allows for tabbed browsing, so I can choose to open another tab for a link, say, if I don't want to open it in my main (non-fluid) browser:

enter image description here

But I can't find any way to save multiple tabs as the Fluid App's home page, like you can on any web browser. I want the app to automaticially open two tabs, so one fluid app can be for chat, but have a tab for two different chat rooms, one for Trello, but with tabs for a couple of boards, etc.

Am I missing some way to do this?

Best Answer

Developer of Fluid here. Although there's no explicit support for this, it can sorta be accomplished by:

  1. Launch your Fluid App and set up the windows and tabs you would like to appear on launch.

  2. Ensure that the following preference is enabled:

    Preferences > Behavior > On startup restore windows and tabs from last time

  3. Quit and relaunch your Fluid App, and you'll see the same windows and tabs are open.