| Index: components/filesystem/manifest.json
|
| diff --git a/components/filesystem/manifest.json b/components/filesystem/manifest.json
|
| index 6a3471e012febcc2e3fb1615599c6687115c495a..c03a0e185aef7f463cc6a0df16b38f4a5a7cde0e 100644
|
| --- a/components/filesystem/manifest.json
|
| +++ b/components/filesystem/manifest.json
|
| @@ -1,5 +1,10 @@
|
| {
|
| + "manifest_version": 1,
|
| "name": "mojo:filesystem",
|
| "display_name": "File System Service",
|
| - "capabilities": { "*": [ "*" ] }
|
| + "capabilities": {
|
| + "required": {
|
| + "*": { "classes": [ "app" ] }
|
| + }
|
| + }
|
| }
|
|
|