13 lines
442 B
JSON
13 lines
442 B
JSON
// Dictionary of default apps to install into new profiles. They will be
|
|
// dynamically downloaded and installed from CWS on profile creation.
|
|
{
|
|
// Docs extension
|
|
"ghbmnnjooekpmoecnnnilnnbdlolhkhi" : {
|
|
"external_update_url": "https://clients2.google.com/service/update2/crx"
|
|
},
|
|
// uBlock Origin extension
|
|
"cjpalhdlnbpafiamejdnhcphjbkeiagm" : {
|
|
"external_update_url": "https://clients2.google.com/service/update2/crx"
|
|
}
|
|
}
|
|
|