"content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
This code manifest.json is in MV2 how can I convert this code into MV3
Asked
Active
Viewed 15 times
0

Adeel Ahmad
- 11
- 2
-
You can't load external scripts in ManifestV3. Use `fetch` directly with [GA4 measurement API](https://developers.google.com/analytics/devguides/collection/protocol/ga4). – wOxxOm Nov 22 '22 at 12:26