Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5327)

Unified Diff: chrome/common/extensions/docs/examples/api/history/showHistory/manifest.json

Issue 9289057: Changing manifest to v2 extension samples (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Adding zip files after rebasing with master Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
}

Powered by Google App Engine
This is Rietveld 408576698