With this, Gitpod workspaces could be opened in Gitpod PWA instead of as a tab in the browser. It would save a lot of space in the top bar and make Gitpod online IDE feels more like a desktop app.
CodeSandbox supports it: https://codesandbox.io/s/.
Note that users can force the install of Gitpod as a PWA by themselves, however, supporting it by default has some benefits:
Look at how different the size could be in the browser:
Before 
After

kreyren would implement this as a configuration option and to be used on demand if needed
@svenefftinge that's cool, pretty much what I was looking for.
However, with the PWA this extension would not be required. So, I think the PWA is still an improvement, don't you think?
I 100% agree that it would be super cool to make Gitpod a Progressive Web App that you can install on any device and use full-screen / with native keybindings. 馃殌
For that, we should:
manifest.json file: https://gitpod.io/manifest.jsonfetch handler, to explicitly implement caching & offline behavior (doesn't have to be full-blown functional offline IDE at first, but can work towards that in small steps)Learn more: https://web.dev/progressive-web-apps/
are there any concrete plans for this feature?
Most helpful comment
I 100% agree that it would be super cool to make Gitpod a Progressive Web App that you can install on any device and use full-screen / with native keybindings. 馃殌
For that, we should:
manifest.jsonfile: https://gitpod.io/manifest.jsonfetchhandler, to explicitly implement caching & offline behavior (doesn't have to be full-blown functional offline IDE at first, but can work towards that in small steps)Learn more: https://web.dev/progressive-web-apps/