summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/default_apps/external_extensions.json
blob: ba08f21ecc7444a79545409eda284b7712abf4d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Dictionary of default apps to install into new profiles.  Each entry maps
// the extension's id to its crx's path (relative to this file) and the version
// of the extension contained in the crx.
//
// When an extension is added or removed here, the two lists 'default_apps_list'
// and 'default_apps_list_linux_dest' in build/common.gypi must also be updated.
{
  "blpcfgokakmgnkcojhhkbfbldkacnbeo" : {
    "external_crx": "youtube.crx",
    "external_version": "4.2"
  },
  "coobgpohoikkiipiblmjeljniedjpjpf" : {
    "external_crx": "search.crx",
    "external_version": "0.0.0.14"
  },
  "pjkljhegncpnkpknbcohdijeoejaedia" : {
    "external_crx": "gmail.crx",
    "external_version": "6.1.3"
  }
}