Can you have more than one exception in a Manifest's Content Security Policy?
Solution 1:
You get syntax error because that is not valid json. You can specify multiple urls separated by space like below.
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://res.cloudinary.com/givr/raw/upload/v1642726460/coupons.js; object-src 'self'"