Back in 2011, Facebook released a desktop Facebook Messenger client, but its existence was shortlived. After a couple of years the useful app became obsolete, and although a number of third-party apps persisted, most weren't very well executed. Furthermore, you can't always be sure that the third-party messenger app doesn't compromise the security of your personal conversations.
I discovered something today that I knew I had to share. Chromium (and Chrome) have an extensive list of command line flags (known as "switches") that can be used to customize your browser beyond the features available through the UI. One in particular, --app
, will start a new instance of Chrome in application mode
. This mode essentially runs Chrome without an address bar, borders, tabs, etc. Using this feature, we can run a simple desktop application based on a web app. Continue reading and I'll show you what I mean.