| 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 ebb18e072ebcc2ed7ff0b61c65af1653598b3365..b03d5fb524dc3fba84c3d4fdf7f2e551c1a74f39 100644
|
| --- a/chrome/app/mash/chrome_mash_manifest.json
|
| +++ b/chrome/app/mash/chrome_mash_manifest.json
|
| @@ -1,5 +1,10 @@
|
| {
|
| + "manifest_version": 1,
|
| "name": "exe:chrome_mash",
|
| "display_name": "Chrome",
|
| - "capabilities": { "*": [ "*" ] }
|
| + "capabilities": {
|
| + "required": {
|
| + "*": { "classes": [ "app" ] }
|
| + }
|
| + }
|
| }
|
|
|