| Index: chrome/test/data/extensions/simple_with_icon/manifest.json
|
| diff --git a/chrome/test/data/extensions/simple_with_icon/manifest.json b/chrome/test/data/extensions/simple_with_icon/manifest.json
|
| index 659404ac3e460fc1256be2ebc2c5de39030008c6..737b03bd23ae15dcc9965eb2036c559a46b1638c 100644
|
| --- a/chrome/test/data/extensions/simple_with_icon/manifest.json
|
| +++ b/chrome/test/data/extensions/simple_with_icon/manifest.json
|
| @@ -1,5 +1,6 @@
|
| {
|
| "name": "Simple Extension with icon",
|
| "version": "0.1",
|
| - "icons": { "128": "icon.png" }
|
| + "icons": { "128": "icon.png" },
|
| + "manifest_version": 2
|
| }
|
|
|