I just came to know that Forefox no longer support XPCOM component for creating extensions ..
I want to create an extension which will handle my protocol which will collect information from different sources via my NPRUNTIME plugin and render webpage accordingly ..
in past I used to create protocol handler by implementing nsIProtocolHandler
but as there is no XPCOM support in new Firefox for extension development .. How do I approach issue ? Is it possible in New version of firefox?