-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Command line switches
jtg-gg edited this page Dec 24, 2014
·
11 revisions
Useful switches for node-webkit
:
Directly open "website-url".
Force disabling toolbar.
Override the default data path (where cookies and localStorage etc. resides)
Completely turn off the code handling window transparency.
force the drawing / compositing using cpu, needed for click through transparency,
more info on transparency visit: https://github.com/rogerwang/node-webkit/wiki/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