Bootstrapify extension to work for Firefox Nightly 57 SDK removal. Fixes #725

This commit is contained in:
Jonathan Kingston
2017-08-13 21:49:57 +01:00
parent 78b5de3b44
commit d685a58d74
10 changed files with 150 additions and 1002 deletions
@@ -80,9 +80,6 @@ const messageHandler = {
const port = browser.runtime.connect();
port.onMessage.addListener(m => {
switch (m.type) {
case "lightweight-theme-changed":
themeManager.update(m.message);
break;
case "open-tab":
backgroundLogic.openTab(m.message);
break;