Hello World!

This is a standard window. Since no position or size is specified, it automatically centers itself on the screen.

Custom Placement

This window's position and size are set directly in the HTML attributes:

I'm Minimized!

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.

Starts Maximized

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.