This is a standard window. Since no position or size is specified, it automatically centers itself on the screen.
This window's position and size are set directly in the HTML attributes:
mac-window-width="500px"
mac-window-height="250px"
mac-window-top="50px"
mac-window-left="60px"
This window uses mac-window-initial-state="minimized"
, so it starts in the dock. Click the icon in the bottom-left corner to restore it.
This window uses mac-window-initial-state="maximized"
to automatically fill the screen on page load.
Click the green button to restore it to its default size.