Hacker News new | ask | show | jobs
by tdkl 3696 days ago
Wish there was some kind of a "Electron kitchen" where you could easily make your own app stating which website you want to use in this isolated way, without having to learn about Electron.
3 comments

As mentioned earlier, there's Chrome's "Add To Desktop" option
Why not just run Chrome in app (or kiosk) mode?

I use this for reading my gmail. I use the --user-data-dir flag to prevent the "app" from interfering with my other browsers.