Skip to content

Command line switches

rogerwang edited this page Feb 18, 2013 · 11 revisions

Useful switches for node-webkit:

--url="website-url"

Directly open "website-url".

--no-toolbar

Force disabling toolbar.

And more: all the switches supported by Content API of Chromium

All the Chromium command line arguments can be predefined in the application's manifest file. See chromium-args in Manifest-format

Clone this wiki locally