Check for inline handlers – or, if you’re using webpack, check how your sourcemaps are being handled – default is to use eval
– which will cause the issue.
If you’re using webpack, you can (for dev purposes), add allowCodeGenerationFromStrings: true
to your requiredPermissions
section in the manifest, and the error should go away.