mozilla / web-ext

A command line tool to help build, run, and test web extensions
Mozilla Public License 2.0
2.72k stars 341 forks source link

Guru Nanak Workshop Services Pvt Ltd #3290

Closed hrgeckota closed 1 month ago

hrgeckota commented 1 month ago

Is this a feature request or a bug?

What is the current behavior?

What is the expected or desired behavior?

Version information (for bug reports)

node --version && npm --version && web-ext --version
hrgeckota commented 1 month ago

123

Rob--W commented 1 month ago

The error message seems to originate from Chrome and is self-explanatory: the manifest.json file of your extension specifies the "persistent" keyword in its "background" section, which is not supported in Manifest Version 3. Unlike Firefox and Safari, Chrome does not support event pages any more, only the new "service_worker" key.

For more information, see https://developer.chrome.com/docs/extensions/develop/migrate/to-service-workers

I am closing this issue since it is not a problem with the web-ext tool.