Skip to content

Instantly share code, notes, and snippets.

@shivasurya
Created July 26, 2014 09:08
Show Gist options
  • Save shivasurya/842f77d26a86857ed1b6 to your computer and use it in GitHub Desktop.
Save shivasurya/842f77d26a86857ed1b6 to your computer and use it in GitHub Desktop.
{
"name":"hello",
"main":"www/index.html",
"description": "demo app of node-webkit",
"version": "0.1.0",
"window": {
"title": "Hello World",
"icon": "link.png",
"toolbar": false,
"width": 800,
"height": 500,
"min_width": 400,
"min_height": 200,
"max_width": 800,
"max_height": 600
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment