When creating a web app manifest for Chrome, you can specify your display
as fullscreen
, standalone
, minimal-ui
or browser
What are the differences between fullscreen
and standalone
and when should I use which? They seem very similar to me.