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

Unified Diff: chrome/common/extensions/docs/examples/extensions/email_this_page/manifest.json

Issue 9146038: Converting the email_this_page sample extension to manifest_version 2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Zipped. 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/extensions/email_this_page/manifest.json
diff --git a/chrome/common/extensions/docs/examples/extensions/email_this_page/manifest.json b/chrome/common/extensions/docs/examples/extensions/email_this_page/manifest.json
index 5078979df141b639cebe5e1bad91da351269d43f..f6bd7bde683ed6f0b66b733e1a4367cc62c78ac8 100644
--- a/chrome/common/extensions/docs/examples/extensions/email_this_page/manifest.json
+++ b/chrome/common/extensions/docs/examples/extensions/email_this_page/manifest.json
@@ -1,7 +1,7 @@
{
"name": "Email this page (by Google)",
"description": "This extension adds an email button to the toolbar which allows you to email the page link using your default mail client or Gmail.",
- "version": "1.2.5",
+ "version": "1.2.6",
"background": {
"scripts": ["background.js"]
},
@@ -13,5 +13,7 @@
"browser_action": {
"default_title": "Email this page",
"default_icon": "email_16x16.png"
- }
+ },
+
+ "manifest_version": 2
}

Powered by Google App Engine
This is Rietveld 408576698