Generating Chrome/ Chromium Browser Applications

So I switched back to Chrome (dev channel version) from Chromium for now – and one of the things missing is the “Create application shortcuts” menu entry. Indeed, the whole page menu got integrated into a single menu with the dev channel version.

But that’s no problem, you just replace your existing application shortcut, i.e.

chromium-browser --app="https://www.google.com/reader/view/?tab=my"

with

/opt/google/chrome/google-chrome --app="https://www.google.com/reader/view/?tab=my"

and you get your single page browser app running with Chrome.

Comments are closed.