Skip to content

Command line switches

rogerwang edited this page Nov 26, 2014 · 11 revisions

Useful switches for node-webkit:

--url="website-url"

Directly open "website-url".

--no-toolbar

Force disabling toolbar.

--data-path

Override the default data path (where cookies and localStorage etc. resides)

--disable-transparency

Completely turn off the code handling window transparency.

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

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

Clone this wiki locally