mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 03:47:44 -03:00
10 lines
291 B
JSON
10 lines
291 B
JSON
|
// Dictionary of default apps to install into new profiles. They will be
|
||
|
// dynamically downloaded and installed from CWS on profile creation.
|
||
|
{
|
||
|
// Drive extension
|
||
|
"ghbmnnjooekpmoecnnnilnnbdlolhkhi" : {
|
||
|
"external_update_url": "https://clients2.google.com/service/update2/crx"
|
||
|
}
|
||
|
}
|
||
|
|