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

Side by Side Diff: chrome/test/data/extensions/samples/gmail_browser_action/manifest.json

Issue 338013: Polish to the gmail checker sample. (Closed)
Patch Set: Remove dead code Created 11 years, 1 month 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/test/data/extensions/samples/gmail_browser_action/gmail_not_logged_in.png ('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 "name": "Gmail Checker 2", 2 "name": "Gmail Checker 2",
3 "description": "This extension adds a Gmail button to the toolbar which notifi es when new email comes", 3 "description": "This extension adds a Gmail button to the toolbar which notifi es when new email comes",
4 "version": "1.0", 4 "version": "1.0",
5 "background_page": "background.html", 5 "background_page": "background.html",
6 "permissions": [ 6 "permissions": [
7 "tabs", "http://*.google.com/", "https://*.google.com/" 7 "tabs", "http://*.google.com/", "https://*.google.com/"
8 ], 8 ],
9 "browser_action": { 9 "browser_action": {
10 "name": "Gmail", 10 "default_title": ""
11 "icons": ["blank.png"]
12 }, 11 },
13 "icons": { 12 "icons": {
14 "128": "icon_128.png" 13 "128": "icon_128.png"
15 } 14 }
16 } 15 }
OLDNEW
« no previous file with comments | « chrome/test/data/extensions/samples/gmail_browser_action/gmail_not_logged_in.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698