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

Unified Diff: chrome/common/extensions/docs/examples/api/omnibox/simple-example/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/omnibox/simple-example/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/omnibox/simple-example/manifest.json b/chrome/common/extensions/docs/examples/api/omnibox/simple-example/manifest.json
index 002fe3106da07284a2ff8b95fe8d625794953a91..e8be6bb312b3df8f0c3f8b49bc68a38043752bde 100644
--- a/chrome/common/extensions/docs/examples/api/omnibox/simple-example/manifest.json
+++ b/chrome/common/extensions/docs/examples/api/omnibox/simple-example/manifest.json
@@ -1,9 +1,10 @@
{
"name": "Omnibox Example",
"description" : "To use, type 'omnix' plus a search term into the Omnibox.",
- "version": "1.0",
+ "version": "1.1",
"background": {
"scripts": ["background.html"]
},
- "omnibox": { "keyword" : "omnix" }
+ "omnibox": { "keyword" : "omnix" },
+ "manifest_version": 2
}

Powered by Google App Engine
This is Rietveld 408576698