diff --git a/platform/firefox/vapi-client.js b/platform/firefox/vapi-client.js index 5f37ce2..b2d5e34 100644 --- a/platform/firefox/vapi-client.js +++ b/platform/firefox/vapi-client.js @@ -160,7 +160,7 @@ vAPI.messaging = { vAPI.messaging.listeners[message.requestId] = callback; } - sendAsyncMessage('ublock:background', message); + sendAsyncMessage('ublock0:background', message); }, close: function() { delete vAPI.messaging.channels[this.channelName];