2023-01-25 10:00:56 -03:00
|
|
|
// Dictionary of default apps to install into new profiles. They will be
|
|
|
|
// dynamically downloaded and installed from CWS on profile creation.
|
|
|
|
{
|
2023-06-07 21:45:28 -04:00
|
|
|
// Docs extension
|
2023-01-25 10:00:56 -03:00
|
|
|
"ghbmnnjooekpmoecnnnilnnbdlolhkhi" : {
|
|
|
|
"external_update_url": "https://clients2.google.com/service/update2/crx"
|
2023-07-08 07:34:06 -04:00
|
|
|
},
|
2024-02-22 06:36:51 -03:00
|
|
|
// uBlock Origin Dev extension
|
|
|
|
"cgbcahbpdhpcegmbfconppldiemgcoii" : {
|
2023-07-06 10:39:52 -04:00
|
|
|
"external_update_url": "https://clients2.google.com/service/update2/crx"
|
|
|
|
}
|
2023-01-25 10:00:56 -03:00
|
|
|
}
|
|
|
|
|