I have a chrome app I would like to launch into Chrome's Window's 8 mode from a shortcut on the start page. I can get the Chrome browser to launch in the mode using the --force-immersive
flag, but this does not work when combined with the --appId=myAppId
flag to launch my application. The app still launches in desktop mode.
Is it possible to launch a chrome app directly into metro/win8 mode from a shortcut rather than the Google Application Launcher? I have looked at other command-line switches for Chrome but have not found a combination that produces the desired behavior.