webconnect
webconnect copied to clipboard
Firefox support
trafficstars
WebConnect should also work on Firefox. This requires:
- Extension: Firefox extensions and Chrome extensions are very different. A lot of work is needed here to support both.
- Native plugin: The C++ could shouldn't need to change as the NPAPI plugin should just work in FireFox as well.
The extension should be 'bootstrapped' https://developer.mozilla.org/en-US/docs/Extensions/Bootstrapped_extensions so it doesn't require a browser restart once installed.
+1