Command line switches - Hosting-Site/node-webkit GitHub Wiki

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)

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