My original comment can be found in #46.
While the new manifest.json in #46 was tested in Chrome, the Manifest V3 will not work in Firefox:
... we expect to launch MV3 support for all users by the end of 2022.
This breaks cross-browser compatibility for this starter for at least Firefox. Brave apparently plans to continue Manifest V2 support past sunset.
This is complicated further by the fact that new Manifest V2 extensions are already not supported by Chrome.
I think we need a new approach to handle how manifest.json is generated for the dist, perhaps on a per-browser basis?
My original comment can be found in #46.
While the new
manifest.jsonin #46 was tested in Chrome, the Manifest V3 will not work in Firefox:This breaks cross-browser compatibility for this starter for at least Firefox. Brave apparently plans to continue Manifest V2 support past sunset.
This is complicated further by the fact that new Manifest V2 extensions are already not supported by Chrome.
I think we need a new approach to handle how
manifest.jsonis generated for thedist, perhaps on a per-browser basis?