Index: chrome/test/data/extensions/trigger_actions/page_action_popup/manifest.json |
=================================================================== |
--- chrome/test/data/extensions/trigger_actions/page_action_popup/manifest.json (revision 112827) |
+++ chrome/test/data/extensions/trigger_actions/page_action_popup/manifest.json (working copy) |
@@ -1,6 +1,7 @@ |
{ |
"name": "A page action with a popup displaying a simple message", |
"version": "1.0", |
+ "manifest_version": 2, |
"background_page": "background.html", |
"permissions": [ |
"tabs", "http://*/*", "https://*/*" |