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

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

Issue 3522015: Implement new strategy for default apps (Closed)
Patch Set: all done Created 10 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/browser/resources/gmail_app/48.png ('k') | chrome/browser/resources/new_new_tab.html » ('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 "*://mail.google.com/mail/",
15 "*://gmail.com/",
16 "*://www.gmail.com/"
17 ],
18 "browse_urls": [
19 "https://www.google.com/accounts/"
20 ],
21 "launch": {
22 "web_url": "https://mail.google.com/mail/"
23 }
24 }
25 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/gmail_app/48.png ('k') | chrome/browser/resources/new_new_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698