pmadhur
pmadhur
Manifest V3 uses Promises, and it seems sendMessage is also affected with the change. You should rewrite your sendMessage call: https://developer.chrome.com/docs/extensions/mv3/promises/#compare-to-callback Change your code in content.js to: `chrome.runtime.sendMessage("Hello from content...
In v20.3.0, whenever the primary process closes the socket, the function socketOnEnd gets called. In v20.2.0, socketOnEnd is never called. 
The issue is reproducible without any third party environments/modules on Ubuntu 22.04.3.
Here a possible workaround until Chromium DevTools styles strategy changes or Electron provides a feature to change fonts: ```js win.webContents.on('devtools-opened', () => { const css = ` :root { --sys-color-base:...