Created
July 26, 2014 09:08
-
-
Save shivasurya/842f77d26a86857ed1b6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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