Closed hrgeckota closed 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.
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)