You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My initial trial of this boilerplate generated a manifest v2 extension. These are now effectively obsolete. Reading the more extensive extend-chrome docs, I think it supports manifest v3; anyone trying to build their first extension will be confused by this boilerplate.
How do we reproduce?
npx create-react-crx
cd# to project sub-dir
npm install
npm run dev
Expected behavior
An installable extension with minimal function
Actual behavior
The generated extension won't install due to the v3 manifest in the ./dist folder.
Google search terms
Describe the bug
My initial trial of this boilerplate generated a manifest v2 extension. These are now effectively obsolete. Reading the more extensive extend-chrome docs, I think it supports manifest v3; anyone trying to build their first extension will be confused by this boilerplate.
How do we reproduce?
Expected behavior
An installable extension with minimal function
Actual behavior
The generated extension won't install due to the v3 manifest in the ./dist folder.
Screenshots
Please complete the following information:
The text was updated successfully, but these errors were encountered: