Preferences
Phoenix supports the following (case sensitive) preferences:
daemon(boolean): if settruePhoenix will run completely in the background, this also removes the status bar menu, defaults tofalseopenAtLogin(boolean): if settruePhoenix will automatically open at login, defaults tofalseif no value has been previously set
Set the preferences using the Phoenix object — for example:
Phoenix.set({
daemon: true,
openAtLogin: true
});