app/version detection
Shahin Saneinejad <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpinstall |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
I want to detect the name of the application installing my xpi (e.g.
Firefox, Thunderbird, Mozilla, etc.) and its version number. An
alert('buildID'); in my install.js prints 0, and I think buildID formats
vary across applications.
I'd rather not rely on any auxiliary JS libraries like Quicktools or
JSLib. Any ideas?
Thanks,
Shahin