Two questions I haven't seen addressed by any coverage of this change:<p>1. Will the ultimate removal of Manifest V2 support affect other Chromium-based browsers, or only Chrome itself?<p>If the support for Manifest V2 <i>isn't</i> removed upstream in Chromium, but only disabled in Chrome, then I would expect that we will end up in a world where other browsers (e.g. Edge, Brave, Opera) continue to allow the installation of Manifest V2 extensions, esp. from their own first-party verified-extension hosting platforms. So even if the Chrome Web Store also ceases to host Manifest V2 extensions, users of these other Chromium-based browsers could still get uBlock Origin from "Edge Add-ons" or "Opera Addons" etc.<p>2. Would it be possible for some random developer to put in a PR to <i>the upstream Chromium project</i>, to introduce one or more <i>Manifest V3</i> capabilities (new strings for the manifest.json "permissions" key) that, when added, would allow the extension to do all the stuff that Manifest V2 let extensions do by default, that uBO and others depend on: increased request-filter list size, async periodic network data-file updates, etc? Would such a PR have any chance of being accepted?<p>My own guess is that such a PR <i>wouldn't</i> be accepted, because I get the impression that the <i>nominal</i> goal of Manifest V3 is to allow V3 extensions to run under a streamlined extension "runtime" that has fewer hook-points into the browser runtime, and so fewer places where the browser runtime must call back to the extension runtime; where adding such capabilities would require adding all these additional hook-points and callbacks back in, which would defeat the purpose. Correct me if I'm wrong!<p>I would also guess that even if such a PR <i>were</i> accepted, Chrome would still disable the use of those capabilities downstream, and also reject any extension that used them from the Chrome Web Store. So at best, such a change would just mean that uBO and friends wouldn't be stuck as "legacy" Manifest V2 extensions, but could instead just be "modern" Manifest V3 extensions with a few capabilities that Chrome and only Chrome forcibly rejects.