{
  "main": "index.html",
  "name": "{{name}}",
  "description": "This is my first node-webkit's App!",
  "version": "{{version}}",
  "keywords": [ "toloframework", "node-webkit" ],
  "window": {
    "title": "{{name}}",
    "icon": "icon.png",
    "toolbar": true,
    "frame": true,
    "width": 800,
    "height": 500,
    "position": "mouse",
    "min_width": 400,
    "min_height": 200,
    "max_width": 800,
    "max_height": 600
  },
  "webkit": {
    "plugin": true
  }
}
