OLD | NEW |
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 // |
| 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. |
4 { | 7 { |
5 "blpcfgokakmgnkcojhhkbfbldkacnbeo" : { | 8 "blpcfgokakmgnkcojhhkbfbldkacnbeo" : { |
6 "external_crx": "youtube.crx", | 9 "external_crx": "youtube.crx", |
7 "external_version": "4.2" | 10 "external_version": "4.2" |
8 }, | 11 }, |
9 "coobgpohoikkiipiblmjeljniedjpjpf" : { | 12 "coobgpohoikkiipiblmjeljniedjpjpf" : { |
10 "external_crx": "search.crx", | 13 "external_crx": "search.crx", |
11 "external_version": "0.0.0.11" | 14 "external_version": "0.0.0.11" |
12 }, | 15 }, |
13 "pjkljhegncpnkpknbcohdijeoejaedia" : { | 16 "pjkljhegncpnkpknbcohdijeoejaedia" : { |
14 "external_crx": "gmail.crx", | 17 "external_crx": "gmail.crx", |
15 "external_version": "6.1.3" | 18 "external_version": "6.1.3" |
16 } | 19 } |
17 } | 20 } |
18 | 21 |
OLD | NEW |