Chromium Code Reviews| Index: blimp/engine/app/blimp_content_browser_manifest_overlay.json |
| diff --git a/blimp/engine/app/blimp_content_browser_manifest_overlay.json b/blimp/engine/app/blimp_content_browser_manifest_overlay.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..d0e213dd94a0681eec9b8c816bdf34985dac4f94 |
| --- /dev/null |
| +++ b/blimp/engine/app/blimp_content_browser_manifest_overlay.json |
| @@ -0,0 +1,10 @@ |
| +{ |
| + "name": "exe:content_browser", |
| + "capabilities": { |
| + "provided": { |
| + "web": [ |
| + "blimp::engine::mojom::BlobChannel" |
| + ] |
| + } |
| + } |
| +} |