Lemon

Results 1 comments of Lemon

can this? ``` module.exports = { // ... pluginOptions: { browserExtension: { // ... manifestTransformer: (manifest) => { manifest.content_security_policy = {"extension_pages": "script-src 'self'; object-src 'self';"} return manifest; } } }...