mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-09 11:27:32 -03:00
13 lines
446 B
JSON
13 lines
446 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 Dev extension
|
|
"cgbcahbpdhpcegmbfconppldiemgcoii" : {
|
|
"external_update_url": "https://clients2.google.com/service/update2/crx"
|
|
}
|
|
}
|
|
|