Type: String
Specified by: default prefs of XULRunner applications
Default: none
Example: pref("toolkit.defaultChromeURI", "chrome://myapp/content/");
The toolkit.defaultChromeURI preference allows simple XULRunner-based applications to open a new window when the application is launched. The preference specifies the URI of a chrome window to be opened.
See also: XULRunner:Specifying Startup Chrome Window, toolkit.defaultChromeFeatures
, toolkit.singletonWindowType
.