I have developed an application which is invoked on a button click on my website.
I was using NPAPI for this task. However recently google has deprecated NPAPI so I called my application using custom protocol handler like "myapp://"
On windows my application and handlers are working perfectly fine.
Now I want to do the same in Linux. I need to do this for CentOS preferably 7 and for Chrome web browser.
I did some research but most of the help on web is for firefox but I specifically need it for chrome. My desktop is GNOME based, kindly help please.