Launch a Chrome app from command line
Answered thanks to @JacobVlijm .
To run a chrome app from command-line, use the following :
google-chrome --app-id=[app_id]
Assuming the path of google-chrome
is /opt/google/chrome/google-chrome
.
To retrieve the app id, search the first occurrence of the application name in /home/$USER/.local/share/applications
.