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

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

Issue 12090110: Show an icon to launch Chrome (chrome_app) on the Windows App Launcher. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix case where chrome is not default browser, fix ordering Created 7 years, 10 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
OLDNEW
1 { 1 {
2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDNuYLEQ1QPMcc5HfWI/9jiEf6FdJWqEt gRmIeI7qtjPLBM5oje+Ny2E2mTAhou5qdJiO2CHWdU1DQXY2F7Zu2gZaKZgHLfK4WimHxUT5Xd9/aro/ R9PCzjguM1BLusiWYc9xlj1IsZpyiN1hcjU7SCnBhv1feQlv2WSB5KRiXwhQIDAQAB", 2 "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDNuYLEQ1QPMcc5HfWI/9jiEf6FdJWqEt gRmIeI7qtjPLBM5oje+Ny2E2mTAhou5qdJiO2CHWdU1DQXY2F7Zu2gZaKZgHLfK4WimHxUT5Xd9/aro/ R9PCzjguM1BLusiWYc9xlj1IsZpyiN1hcjU7SCnBhv1feQlv2WSB5KRiXwhQIDAQAB",
3 "name": "Chrome", 3 "name": "Chrome",
4 "version": "0.1", 4 "version": "0.1",
5 "description": "Chrome as an app", 5 "description": "Chrome as an app",
6 "icons": { 6 "icons": {
7 "16": "product_logo_16.png", 7 "16": "product_logo_16.png",
8 "128": "product_logo_128.png" 8 "128": "product_logo_128.png"
9 }, 9 },
10 "app": { 10 "app": {
11 "launch": { 11 "launch": {
12 // Note this will be changed by special case to become chrome://newtab. 12 // Note this will be changed by special case to become chrome://newtab.
13 "web_url": "http://THIS-WILL-BE-REPLACED" 13 "web_url": "http://THIS-WILL-BE-REPLACED"
14 } 14 }
15 } 15 },
16 "display_in_launcher": true,
17 "display_in_new_tab_page": false
16 } 18 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/component_loader.cc ('k') | chrome/browser/ui/views/app_list/app_list_controller_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698