Index: chrome/test/data/extensions/context_menus/incognito/manifest.json |
=================================================================== |
--- chrome/test/data/extensions/context_menus/incognito/manifest.json (revision 112827) |
+++ chrome/test/data/extensions/context_menus/incognito/manifest.json (working copy) |
@@ -1,6 +1,7 @@ |
{ |
"name": "Tests that context menus work properly in incognito split mode", |
"version": "0.1", |
+ "manifest_version": 2, |
"permissions": ["contextMenus"], |
"incognito": "split", |
"background_page": "background.html" |