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

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

Issue 10836102: Spruce up gmail checker for event pages. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: full to the brim of hate Created 8 years, 4 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/gmail/manifest.json
diff --git a/chrome/common/extensions/docs/examples/extensions/gmail/manifest.json b/chrome/common/extensions/docs/examples/extensions/gmail/manifest.json
index dc16324f742cdf155b673277bd89906639fdfda9..d9f9e17fdf0d8accf1c6f281d195be09eb16e816 100644
--- a/chrome/common/extensions/docs/examples/extensions/gmail/manifest.json
+++ b/chrome/common/extensions/docs/examples/extensions/gmail/manifest.json
@@ -4,7 +4,7 @@
"page": "background.html"
},
"browser_action": {
- "default_title": ""
+ "default_icon": "gmail_not_logged_in.png"
},
"default_locale": "en",
"description": "__MSG_gmailcheck_description__",
@@ -14,9 +14,12 @@
"name": "__MSG_gmailcheck_name__",
"options_page": "options.html",
"permissions": [
- "alarms", "tabs", "http://*.google.com/", "https://*.google.com/"
+ "alarms",
+ "tabs",
+ "webNavigation",
+ "*://*.google.com/"
],
- "version": "4.0",
- "minimum_chrome_version": "21",
+ "version": "4.1",
+ "minimum_chrome_version": "22",
"manifest_version": 2
}

Powered by Google App Engine
This is Rietveld 408576698