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

Side by Side Diff: resources/gmail_app/manifest.json

Issue 2824040: Updating the Chrome reference build to revision 51178. This revision will cur... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/chrome/
Patch Set: Created 10 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « resources/gmail_app/48.png ('k') | resources/inspector/Images/auditsIcon.png » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "key": "XX2fMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCfjDZDDE/CHFEYjpPSDjdI3zphzGo7fS xO3+/pQs++FwvA+OpKKhmBga2Sa+f53ujDlPR8Q6mCvy1lXM4M4zD4Hg3lH2LC1wT/YXxJ28afRYW1yE o6/pbpHazij3+FneGMT2xcTyGvgoacJHXOTUqWyCN7qMOCiFDwQ6Uk1zJOPQIDAQAB",
3 "name": "Google Mail",
4 "version": "1",
5 "icons": {
6 "128": "128.png",
7 "24": "24.png",
8 "32": "32.png",
9 "48": "48.png"
10 },
11 "permissions": [ "notifications" ],
12 "app": {
13 "urls": [
14 "http://mail.google.com/mail/",
15 "https://mail.google.com/mail/",
16 "http://gmail.com/",
17 "https://gmail.com/",
18 "http://www.gmail.com/",
19 "https://www.gmail.com/"
20 ],
21 "launch": {
22 "web_url": "https://mail.google.com/mail/"
23 }
24 }
25 }
OLDNEW
« no previous file with comments | « resources/gmail_app/48.png ('k') | resources/inspector/Images/auditsIcon.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698