OLD | NEW |
1 { | 1 { |
| 2 // NOTE: This is the manifest for exe:chrome_mash, which is only used to |
| 3 // package services for the Mash environment. If you need to require or |
| 4 // provide capabilities from Chrome itself within the Mash environment, modify |
| 5 // chrome_mash_content_browser_manifest_overlay.json instead. |
2 "manifest_version": 1, | 6 "manifest_version": 1, |
3 "name": "exe:chrome_mash", | 7 "name": "exe:chrome_mash", |
4 "display_name": "Chrome", | 8 "display_name": "Chrome Mash Packaged Services", |
5 "capabilities": { | 9 "capabilities": { |
6 "required": { | 10 "required": { |
7 "*": { "classes": [ "app" ] } | 11 "service:mash_session": { "classes": [ "app" ] }, |
| 12 "service:shell": { "classes": [ "control" ] }, |
| 13 "service:catalog": { "classes": [ "control" ] } |
8 } | 14 } |
9 } | 15 } |
10 } | 16 } |
OLD | NEW |