thorium/infra/default_apps/external_extensions.json
2023-07-08 06:34:06 -05:00

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"
}
}