| Index: chrome/test/webdriver/test/page_action_extension/manifest.json
|
| diff --git a/chrome/test/webdriver/test/page_action_extension/manifest.json b/chrome/test/webdriver/test/page_action_extension/manifest.json
|
| index 665aea99bec1dfbfbbf55a30863a42e75044c8b9..bd82775629853347a34e4a8c3a69757cd0dc72ea 100644
|
| --- a/chrome/test/webdriver/test/page_action_extension/manifest.json
|
| +++ b/chrome/test/webdriver/test/page_action_extension/manifest.json
|
| @@ -1,5 +1,6 @@
|
| {
|
| "name": "Page action extension",
|
| + "manifest_version": 2,
|
| "version": "1.0",
|
| "background_page": "bg.html",
|
| "page_action": {
|
|
|