thorium-mirror/infra/default_apps/external_extensions.json

14 lines
446 B
JSON
Raw Normal View History

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
}