0

I have a desktop Chrome App that acts as a dashboard, and simply embeds 4 sites in webviews. Unfortunately Chrome Apps are deprecated so I'm wondering what I can use instead.

I was looking into Progressive Web Apps but it necessitates iframes, which don't work as the sites supply X-Frame-Options: DENY (not under my control unfortunately).

What is the best way of displaying 4 3rd party sites in a window, with minimal chrome (as in UI clutter)?

Max
  • 2,760
  • 1
  • 28
  • 47
  • [Getting around X-Frame-Options DENY in a Chrome extension?](https://stackoverflow.com/q/15532791) – wOxxOm Jan 16 '21 at 09:26
  • Thanks @wOxxOm, looks like that in conjunction with https://developer.chrome.com/docs/apps/migration/#build-extension-web-page might be the way to go – Max Jan 16 '21 at 09:53

0 Answers0