while Migrating Mv2 to Mv3 its throwing this error Please resolve this error I had set this. please correct me if I'm doing wrong.
"extension_pages": "script-src 'self' 'https://www.fonts.googleapis.com' 'unsafe-eval'; object-src 'self'"
}
[1]: https://i.stack.imgur.com/eWPC8.png
You should not have quotes around URLs, hosts and schemes. You should only quote keyword as 'self', 'none', 'unsafe-inline', 'nonce-XXX' and hashes. See https://content-security-policy.com/#source_list for examples. Specifically you need to remove the quotes around https://www.fonts.googleapis.com