Index: chrome/app/mash/chrome_mash_manifest.json |
diff --git a/chrome/app/mash/chrome_mash_manifest.json b/chrome/app/mash/chrome_mash_manifest.json |
index b03d5fb524dc3fba84c3d4fdf7f2e551c1a74f39..b6cb849bf0698962d29fc55799cec937acafa4b6 100644 |
--- a/chrome/app/mash/chrome_mash_manifest.json |
+++ b/chrome/app/mash/chrome_mash_manifest.json |
@@ -1,10 +1,16 @@ |
{ |
+ // NOTE: This is the manifest for exe:chrome_mash, which is only used to |
+ // package services for the Mash environment. If you need to require or |
+ // provide capabilities from Chrome itself within the Mash environment, modify |
+ // chrome_mash_content_browser_manifest_overlay.json instead. |
"manifest_version": 1, |
"name": "exe:chrome_mash", |
- "display_name": "Chrome", |
+ "display_name": "Chrome Mash Packaged Services", |
"capabilities": { |
"required": { |
- "*": { "classes": [ "app" ] } |
+ "service:mash_session": { "classes": [ "app" ] }, |
+ "service:shell": { "classes": [ "control" ] }, |
+ "service:catalog": { "classes": [ "control" ] } |
} |
} |
} |