| Index: components/chrome_apps/webstore_widget/manifest.json
|
| diff --git a/components/chrome_apps/webstore_widget/manifest.json b/components/chrome_apps/webstore_widget/manifest.json
|
| index 9baf6b45603682192fefc8f1f4709ec2b946ed74..5cbb8f639572c814f67bb97a9b19b286af98f034 100644
|
| --- a/components/chrome_apps/webstore_widget/manifest.json
|
| +++ b/components/chrome_apps/webstore_widget/manifest.json
|
| @@ -19,7 +19,7 @@
|
| "background": {
|
| "scripts": ["app/background.js"]
|
| },
|
| - "content_security_policy": "style-src 'self' chrome://resources; img-src 'self' chrome://theme chrome://resources;"
|
| + "content_security_policy": "style-src 'self' blob: filesystem: chrome://resources; img-src 'self' blob: filesystem: chrome://theme chrome://resources;"
|
| },
|
|
|
| "permissions": [
|
|
|