i have set toolbar true and this is package.json and i have installed chromium too.
package.json
{
"main": "index.html",
"name": "MyApp",
"description": "Example1",
"version": "0.1.0",
"keywords": [ "MyApp", "node-webkit" ],
"window": {
"title": "MyApp",
"toolbar": true,
"frame": true,
"width": 1024,
"height": 800,
"position": "mouse",
"min_width": 400,
"min_height": 200,
"resizable":true
},
"webkit": {
"plugin": true
},
"chromium-args": "--ignore-certificate-errors"
}