ChessCom / browser-extension

Customize your Chess.com experience
Other
48 stars 15 forks source link

Porting extension to Firefox #46

Closed wistcc closed 7 years ago

wistcc commented 7 years ago

Note: serve this issue to explain the porting process to Firefox.

Since Firefox doesn't fully support the extension API, I've created 2 PRs, one for Firefox and another for Nightly (because Nightly does support more functions from the extension API).

If we see carefully both PRs, we can notice that the only difference (so far) is that Firefox does not support chrome.storage.async but Nightly does.

Please let me know any suggestions you could have to improve this changes! :)

Resources: