{
    "window": {
      "title": "Nano Framework",
      "width": 1920,
      "height": 1080,
      "minWidth": 400,
      "minHeight": 300,
      "maxWidth": null,
      "maxHeight": null,
      "resizable": true,
      "maximized": true,
      "fullscreen": false,
      "alwaysOnTop": false,
      "decorations": true,
      "transparent": false,
      "visible": true,
      "center": true
    },
    "server": {
      "host": "127.0.0.1",
      "port": 3030,
      "autoStart": true
    },
    "development": {
      "devtools": false,
      "hotReload": true,
      "autoRestart": true
    },
    "app": {
      "name": "Nano",
      "version": "0.1.0",
      "description": "Minimal desktop application framework"
    }
  }