Skip to content

Chromium install instructions producing error due to manifest version #2

@colinjcampbell

Description

@colinjcampbell

Just tried installing to Chromium browser and was getting errors because manifest v2 is no longer supported. I edited two lines in manifest.json and reloaded the extension and it seems to be working:

  • Line 2 : "manifest_version": 2, --> "manifest_version": 3,
  • Line 6: "browser_action": { --> "action": {

Might be a more proper way to update this, but this seems to make it functional again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions