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

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

Issue 10984030: Fix Gmail Checker to update on reference fragment navigations, so the unread (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix.onUpdated Created 8 years, 2 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 unified diff | Download patch
« no previous file with comments | « chrome/common/extensions/docs/examples/extensions/gmail/background.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "background": { 2 "background": {
3 "persistent": false, 3 "persistent": false,
4 "page": "background.html" 4 "page": "background.html"
5 }, 5 },
6 "browser_action": { 6 "browser_action": {
7 "default_icon": "gmail_not_logged_in.png" 7 "default_icon": "gmail_not_logged_in.png"
8 }, 8 },
9 "default_locale": "en", 9 "default_locale": "en",
10 "description": "__MSG_gmailcheck_description__", 10 "description": "__MSG_gmailcheck_description__",
11 "icons": { 11 "icons": {
12 "128": "icon_128.png" 12 "128": "icon_128.png"
13 }, 13 },
14 "name": "__MSG_gmailcheck_name__", 14 "name": "__MSG_gmailcheck_name__",
15 "options_page": "options.html", 15 "options_page": "options.html",
16 "permissions": [ 16 "permissions": [
17 "alarms", 17 "alarms",
18 "tabs", 18 "tabs",
19 "webNavigation", 19 "webNavigation",
20 "*://*.google.com/" 20 "*://*.google.com/"
21 ], 21 ],
22 "version": "4.3.6", 22 "version": "4.3.7",
23 "manifest_version": 2 23 "manifest_version": 2
24 } 24 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/docs/examples/extensions/gmail/background.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698