diff --git a/app-template/package.json b/app-template/package.json index afd2928f4..d0583355a 100644 --- a/app-template/package.json +++ b/app-template/package.json @@ -23,6 +23,9 @@ "frame": true, "width": 400, "height": 650, + "min_width": 400, + "max_width": 800, + "min_height": 650, "position": "center", "fullscreen": false },