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

Unified Diff: chrome/common/extensions/docs/examples/api/i18n/getMessage/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/i18n/getMessage/manifest.json
diff --git a/chrome/common/extensions/docs/examples/api/i18n/getMessage/manifest.json b/chrome/common/extensions/docs/examples/api/i18n/getMessage/manifest.json
index 99d3deaa33ea1c0346d98315917ba252bca7557f..52997f2989148ffd559e98a2b8672910dc0df7ad 100644
--- a/chrome/common/extensions/docs/examples/api/i18n/getMessage/manifest.json
+++ b/chrome/common/extensions/docs/examples/api/i18n/getMessage/manifest.json
@@ -1,11 +1,12 @@
{
"name": "__MSG_chrome_extension_name__",
"description": "__MSG_chrome_extension_description__",
- "version": "0.1",
+ "version": "0.2",
"default_locale": "en_US",
"browser_action": {
"default_title": "__MSG_browser_action_title__",
"default_icon": "icon.png",
"default_popup": "popup.html"
- }
+ },
+ "manifest_version": 2
}

Powered by Google App Engine
This is Rietveld 408576698