| { |
| // NOTE: This is the manifest for service:chrome_mash, which is only used to |
| // package services for the Mash environment when baked into the Chrome binary |
| // (i.e. "chrome --mash") |
| // |
| // If you need to require or provide capabilities from Chrome itself within |
| // the you should instead modify chrome_content_browser_manifest_overlay.json. |
| "name": "chrome_mash", |
| "display_name": "Chrome Mash Packaged Services", |
| "interface_provider_specs": { |
| "service_manager:connector": { |
| "provides": { |
| "service_manager:service_factory": [ |
| "service_manager::mojom::ServiceFactory" |
| ] |
| }, |
| "requires": { |
| "*": [ "app" ], |
| "service_manager": [ "service_manager:instance_per_child" ], |
| "catalog": [ "control" ], |
| "ash": [ "app" ], |
| "content_browser": [ "app" ], |
| "quick_launch": [ "app" ], |
| "ui": [ "app" ] |
| } |
| } |
| } |
| } |