You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.5 KiB
40 lines
1.5 KiB
// Dictionary of default apps to install into new profiles. They will be
|
|
// dynamically downloaded and installed from CWS on profile creation.
|
|
{
|
|
// YouTube
|
|
"blpcfgokakmgnkcojhhkbfbldkacnbeo" : {
|
|
"external_update_url": "https://clients2.google.com/service/update2/crx",
|
|
"web_app_migration_flag": "MigrateDefaultChromeAppToWebAppsNonGSuite"
|
|
},
|
|
// GMail
|
|
"pjkljhegncpnkpknbcohdijeoejaedia" : {
|
|
"external_update_url": "https://clients2.google.com/service/update2/crx",
|
|
"web_app_migration_flag": "MigrateDefaultChromeAppToWebAppsGSuite"
|
|
},
|
|
// Google Drive
|
|
"apdfllckaahabafndbhieahigkjlhalf" : {
|
|
"external_update_url": "https://clients2.google.com/service/update2/crx",
|
|
"web_app_migration_flag": "MigrateDefaultChromeAppToWebAppsGSuite"
|
|
},
|
|
// Google Docs
|
|
"aohghmighlieiainnegkcijnfilokake" : {
|
|
"external_update_url": "https://clients2.google.com/service/update2/crx",
|
|
"web_app_migration_flag": "MigrateDefaultChromeAppToWebAppsGSuite"
|
|
},
|
|
// Google Sheets
|
|
"aapocclcgogkmnckokdopfmhonfmgoek" : {
|
|
"external_update_url": "https://clients2.google.com/service/update2/crx",
|
|
"web_app_migration_flag": "MigrateDefaultChromeAppToWebAppsGSuite"
|
|
},
|
|
// Google Slides
|
|
"felcaaldnbdncclmgdcncolpebgiejap" : {
|
|
"external_update_url": "https://clients2.google.com/service/update2/crx",
|
|
"web_app_migration_flag": "MigrateDefaultChromeAppToWebAppsGSuite"
|
|
},
|
|
// Drive extension
|
|
"ghbmnnjooekpmoecnnnilnnbdlolhkhi" : {
|
|
"external_update_url": "https://clients2.google.com/service/update2/crx"
|
|
}
|
|
}
|
|
|