| Index: chrome/test/data/extensions/api_test/window_open/argument_overflow/manifest.json
|
| ===================================================================
|
| --- chrome/test/data/extensions/api_test/window_open/argument_overflow/manifest.json (revision 112565)
|
| +++ chrome/test/data/extensions/api_test/window_open/argument_overflow/manifest.json (working copy)
|
| @@ -1,6 +1,7 @@
|
| {
|
| "name": "window/argument overflow",
|
| "version": "0.1",
|
| + "manifest_version": 2,
|
| "description": "Tests window.create with arguments that do not fit in an int32.",
|
| "background_page": "test.html",
|
| "permissions": ["tabs"]
|
|
|