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

Side by Side Diff: chrome/browser/resources/default_apps/external_extensions.json

Issue 8480026: Fix the default search app icon to conform with webstore guidlines. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/default_apps/search.crx » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Dictionary of default apps to install into new profiles. Each entry maps 1 // Dictionary of default apps to install into new profiles. Each entry maps
2 // the extension's id to its crx's path (relative to this file) and the version 2 // the extension's id to its crx's path (relative to this file) and the version
3 // of the extension contained in the crx. 3 // of the extension contained in the crx.
4 // 4 //
5 // When an extension is added or removed here, the two lists 'default_apps_list' 5 // When an extension is added or removed here, the two lists 'default_apps_list'
6 // and 'default_apps_list_linux_dest' in build/common.gypi must also be updated. 6 // and 'default_apps_list_linux_dest' in build/common.gypi must also be updated.
7 { 7 {
8 "blpcfgokakmgnkcojhhkbfbldkacnbeo" : { 8 "blpcfgokakmgnkcojhhkbfbldkacnbeo" : {
9 "external_crx": "youtube.crx", 9 "external_crx": "youtube.crx",
10 "external_version": "4.2" 10 "external_version": "4.2"
11 }, 11 },
12 "coobgpohoikkiipiblmjeljniedjpjpf" : { 12 "coobgpohoikkiipiblmjeljniedjpjpf" : {
13 "external_crx": "search.crx", 13 "external_crx": "search.crx",
14 "external_version": "0.0.0.11" 14 "external_version": "0.0.0.13"
Mihai Parparita -not on Chrome 2011/11/11 03:33:57 Will the store version be updated too? (I see that
15 }, 15 },
16 "pjkljhegncpnkpknbcohdijeoejaedia" : { 16 "pjkljhegncpnkpknbcohdijeoejaedia" : {
17 "external_crx": "gmail.crx", 17 "external_crx": "gmail.crx",
18 "external_version": "6.1.3" 18 "external_version": "6.1.3"
19 } 19 }
20 } 20 }
21 21
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/default_apps/search.crx » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698