Skip to content

Generating Manifest V2 extension by default #7

@MaxterBattle

Description

@MaxterBattle

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 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.

Screenshots

image

image

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions