If you've integrated Progressier into your app and your app has strict Content Security Policy rules, you'll need to update them to allow loading the script/manifest from the Progressier domain, and icons from our storage bucket:
Content-Security-Policy: default-src 'self' progressier.app progressier.com; img-src *;