







BrowserView has been deprecated since Electron 30 and is replaced by WebContentView. Thankfully, migrating is fairly painless.
AgregoreWeb/electron-extended-WebExtensions
Extend the built-in functionality of Electron Web Extensions with additional features commonly used by browsers.
samuelmaddock/electron-browser-shell
A minimal, tabbed web browser with support for Chrome extensions—built on Electron.
How suitable is electron-browser-shell for building products on? · samuelmaddock electron-browser-shell · Discussion #129
Fantastic work, thanks for making this 🙏🏼 The readme has basic information about the code, but not much about the broader project, goals, funding, etc. Do you want companies to use this as a base f...
feat: service worker preload scripts for improved extensions support by samuelmaddock · Pull Request #44411 · electron/electron
Description of Change Implements RFC #8 which aims to allow Electron applications to support additional Chrome Extension APIs. Extension background service workers can be modified using preload scr...
⚠️ Chrome Extension API Limitations in Peersky · Issue #125 · p2plabsxyz/peersky-browser
Overview Peersky uses electron-chrome-extensions (ECE) as its extension API bridge on top of Electron's built-in extension layer. ECE handles MV2/MV3, browser actions, tabs, windows, context me...
This month in Servo: new webview API, relative colors, canvas buffs, and more! - Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.
Servo is becoming truly embeddable this year.
patches/components/script_bindings/webidls/EmbeddedWebView.webidl.patch at main · me.webbeef.org/beaver
Rewild Your Web
BrowserEngineKit | Apple Developer Documentation
Create a browser that renders content using an alternative browser engine.

Orion Browser by Kagi
Orion — A web browser designed from the ground-up. Native WebKit speed, compatibility with a wide selection of extensions, and absolute privacy — finally together in one browser that respects you.

Stop Ignoring the Browser: The Biggest Frontend Shift in a Decade
Native browser APIs now provide powerful alternatives for routing, state management, and components. Never mind the frameworks, use the browser.

Kicking off our alpha program
In March, we shipped a stable version of Web Applets, a protocol that extends the web to make it possible for agents and websites to communicate, with just a few lines of JavaScript.

Firefox's Major 'Nova' Redesign Officially Arrives in Nightly!
How Chrome Ate the Web
Yesterday Mozilla’s new CEO announced that Firefox will “evolve into a modern AI browser.” The internet melted down.

Why is WebAssembly a second-class language on the web? – Mozilla Hacks - the Web developer blog
This post is an expanded version of a presentation I gave at the recent WebAssembly CG meeting in Munich. WebAssembly has come a long way since its first release in 2017. The 1.0 version of WebAssembly was already a great fit for low-level languages like C and C++, and immediately enabled many new kinds of applications to efficiently target the web.

The Electron changes here are quite interesting. It's not "add full browser extension support to Electron". Is more like "add special limbo space where extension support and things like it are possible". github.com/electron/electron/pull/44411
feat: service worker preload scripts for improved extensions support by samuelmaddock · Pull Request #44411 · electron/electron
github.com