<snip/>
HJ wrote:
I hope this helps:

http://lxr.mozilla.org/aviarybranch/source/toolkit/mozapps/extensions/public/nsIExtensionManager.idl#73

/HJ


Thanks HJ!

This seems to be what I need. I tried the following:

var
ext = Components.classes["@mozilla.org/extensions/manager;1"], ext = ext.getService(Components.interfaces.nsIExtensionManager);

That should work, see also: http://lxr.mozilla.org/aviarybranch/source/toolkit/mozapps/extensions/content/extensions.js#119

Note the 'aviarybranch' i.e. you are using Mozilla Firefox, right?

/HJ
_______________________________________________
Mozilla-xpinstall mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-xpinstall

Reply via email to