| Index: chrome/common/extensions/docs/examples/api/debugger/live-headers/manifest.json
|
| diff --git a/chrome/common/extensions/docs/examples/api/debugger/live-headers/manifest.json b/chrome/common/extensions/docs/examples/api/debugger/live-headers/manifest.json
|
| index 70b631daa18756993ca7ae8a3803f4917ecf46f7..dbd1064c8e37d2de7d0dbd06df4a7bcbb5c6df8b 100644
|
| --- a/chrome/common/extensions/docs/examples/api/debugger/live-headers/manifest.json
|
| +++ b/chrome/common/extensions/docs/examples/api/debugger/live-headers/manifest.json
|
| @@ -1,7 +1,7 @@
|
| {
|
| "name": "Live HTTP headers",
|
| "description": "Displays the live log with the http requests headers",
|
| - "version": "0.5",
|
| + "version": "0.6",
|
| "permissions": [
|
| "tabs",
|
| "debugger"
|
| @@ -12,6 +12,7 @@
|
| "browser_action": {
|
| "default_icon": "icon.png",
|
| "default_title": "Live HTTP headers"
|
| - }
|
| + },
|
| + "manifest_version": 2
|
| }
|
|
|
|
|