How to migrate below Mainfest v2 CSP to Mainfest v3 in chrome plugin...
Mainfest V2:
"content_security_policy": "script-src 'self' 'unsafe-eval'
https://ssl.google-analytics.com; object-src 'self'",
when i have try this for v3
Mainfest V3:
"content_security_policy": {
"extension_pages": "script-src 'self', 'unsafe-eval'
https://ssl.google-analytics.com,object-src 'self'",