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