I have created a Chrome packaged app and when i execute the following line in command prompt, it launches that packaged app:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --load-and-launch-app="chrome-app-path-goes-here"
How can I launch this Chrome app by clicking on a button in a html page? Any javascript or jQuery way of doing this?