| { | |
| "program": { | |
| "binary": "bin/app" | |
| }, | |
| "sandbox": { | |
| "features": [ | |
| "shell" | |
| ], | |
| "services": [ | |
| "fuchsia.net.SocketProvider", | |
| "fuchsia.process.Launcher", | |
| "fuchsia.process.Resolver", | |
| "fuchsia.sys.ComponentController", | |
| "fuchsia.sys.Launcher", | |
| "fuchsia.sysinfo.Device" | |
| ] | |
| } | |
| } |