Always use easy to understand variable names. Always put var in front of a newly declared variable, to avoid scope issues.
Try to put all variable declarations at the start of the function (not strictly required). Don't use regex if possible. It can be extremely slow. jQuery and jQuery UI must not be used except on the dialog panel for performance reason.
package.json - Firefox Manifest data/manifest.json - Chrome/Opera Manifest data/hvstat.user.js - Ln 69 (First line of 'var hvStat')
- For Opera, name the crx "HVS_opera_[VERSION].nex"
- For Chrome, name the crx "HVS_chrome_[VERSION].crx"
- For Firefox, name zipped package "HVS_firefox_[VERSION].xpi"
No one needs the privatekey (pem file) except developers.