-
-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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?
npx create-react-crx
cd # to project sub-dir
npm install
npm run devExpected 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:
- Library Version: [email protected]
- Operating System: Windows 11
- Browser: Brave 1.42.86 Chromium 104.0.5112.81 (Official Build) (64-bit)
- Node Version: V18.5.0
dorfire
Metadata
Metadata
Assignees
Labels
No labels

