DEV Community

Discussion on: Weekly Web Roundup - 05

Collapse
 
ardennl profile image
Arden de Raaij

I think you might be able to set some extra chrome like browser buttons or even a full address bar in the manifest.json. I guess there would be some cases where this could be useful!

Collapse
 
andy profile image
Andy Zhao (he/him)

Yeah, those settings can definitely be changed in the manifest.json. We currently have the address bar turned off in the PWA since most/all installs will be via mobile, and it gives the app a more native feel to it.

I think as a desktop experience though it would make more sense to keep the buttons + address bar, but not sure. Guess they're pretty different use cases?