Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Manifest V3 #118

Open
ShinM0314 opened this issue Jul 6, 2022 · 3 comments
Open

Support for Manifest V3 #118

ShinM0314 opened this issue Jul 6, 2022 · 3 comments

Comments

@ShinM0314
Copy link

Will this project be compatible with Manifest V3?

@stvhanna
Copy link

@Yatskov Any plans to make this extension compatible with Manifest v3 since the current release and manual build from master are v2 and cannot be installed on Chrome?

@mxsnq
Copy link
Member

mxsnq commented Mar 13, 2023

Hi!
We do plan to eventually move to manifest v3, however, due to the fact that the dates for the end of support for manifest v2 have been postponed, this task is not a priority for us now.

The current version of the extension with manifest v2 can be installed in developer mode. I tested the 0.4.8 release on Chrome 111.0.5563.65 and Edge 110.0.1587.69 on Windows 11. Did you follow the installation instructions? Are there any errors displayed on the chrome://extensions page?

@dslaby
Copy link

dslaby commented Apr 21, 2024

Installation in Chrome results in the following error regarding Manifest version 2:
Unrecognized manifest key 'browser_specific_settings'. Line 61 - 67
"browser_specific_settings": {
"gecko": {
"id": "web_scraper@extension.com",
"strict_min_version": "66.0"
}
},
Manifest version 2 is deprecated, and support will be removed in 2024. See https://developer.chrome.com/docs/extensions/develop/migrate/mv2-deprecation-timeline for details.

An extension manifest converter is available at:
https://github.com/GoogleChromeLabs/extension-manifest-converter

Any time frame for completing the conversion?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants