Publish Firefox web extension to store
It would be great to get the firefox extension published to the web store. This would allow easier automatic updating and allow people to find it through that store. So far, however, I have not had any luck getting them to accept it, because the app violates uses eval and Function (along with some other things) which are disallowed under the strict CSP policy that is required for a web extension. These violations can be printed by using the lint command in the web-ext tool. Most of them originate either from Angular 2 itself or webpack and I have opened an issue in the Angular CLI repo to track resolving them.
Once the the app passes the linter, it is more likely to be accepted by the mozilla team. In that case, we could re-submit it by going to the version page and clicking "Upload a New Version" and changing the hosting to "On this site." The extension is registered under the passit@burkesoftware.com firefox account.