| Index: chrome/common/extensions/docs/examples/api/history/showHistory/manifest.json
|
| diff --git a/chrome/common/extensions/docs/examples/api/history/showHistory/manifest.json b/chrome/common/extensions/docs/examples/api/history/showHistory/manifest.json
|
| index 2b271df961f1db14ce1fa1809f90211e4917e247..7dd8bfee88bad76ec6e8a122c26097a08e33c3ca 100644
|
| --- a/chrome/common/extensions/docs/examples/api/history/showHistory/manifest.json
|
| +++ b/chrome/common/extensions/docs/examples/api/history/showHistory/manifest.json
|
| @@ -1,10 +1,11 @@
|
| {
|
| "name": "Typed URL History",
|
| - "version": "1.0",
|
| + "version": "1.1",
|
| "description": "Reads your history, and shows the top ten pages you go to by typing the URL.",
|
| "permissions": ["history", "tabs"],
|
| "browser_action": {
|
| "default_popup": "typedUrls.html",
|
| "default_icon": "clock.png"
|
| - }
|
| + },
|
| + "manifest_version": 2
|
| }
|
|
|