external_extensions.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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
  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.
  7. {
  8. "blpcfgokakmgnkcojhhkbfbldkacnbeo" : {
  9. "external_crx": "youtube.crx",
  10. "external_version": "4.2.5",
  11. "is_bookmark_app": true
  12. },
  13. "pjkljhegncpnkpknbcohdijeoejaedia" : {
  14. "external_crx": "gmail.crx",
  15. "external_version": "7"
  16. },
  17. "apdfllckaahabafndbhieahigkjlhalf" : {
  18. "external_crx": "drive.crx",
  19. "external_version": "6.2"
  20. },
  21. "aohghmighlieiainnegkcijnfilokake" : {
  22. "external_crx": "docs.crx",
  23. "external_version": "0.0.0.6"
  24. },
  25. // Google Sheets
  26. "aapocclcgogkmnckokdopfmhonfmgoek" : {
  27. "external_update_url": "https://clients2.google.com/service/update2/crx"
  28. },
  29. // Google Slides
  30. "felcaaldnbdncclmgdcncolpebgiejap" : {
  31. "external_update_url": "https://clients2.google.com/service/update2/crx"
  32. },
  33. // Drive extension
  34. "ghbmnnjooekpmoecnnnilnnbdlolhkhi" : {
  35. "external_update_url": "https://clients2.google.com/service/update2/crx"
  36. }
  37. }