I see in Chrome's documentation that the content security policies for Chrome Apps can't be relaxed. However, I'm wondering: can the content security policy be updated to make it more restrictive? If so how is that done?
The manifest.json for Chome Apps does not include a field for content_security_policy
like the manifest.json for extensions does.